HTTP status: 400Documentation Index
Fetch the complete documentation index at: https://dev.1st.app/llms.txt
Use this file to discover all available pages before exploring further.
Message
Time range exceeds the 90-day maximum. Split the range into windows of 90 days or fewer and concatenate the results.
Common cause
- Asking for “all data ever” in a single call.
- Off-by-one on the window math (e.g. requested 91 days).
Fix
Walk the range in 90-day windows client-side:GET /v1/readings.csv
instead — single streaming call across many sensors.