get_window
Fetch raw time-series observations within a specified window, thinning evenly if over the limit.
Instructions
Fetch raw observations in a time window (evenly thinned if over the limit).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | ISO-8601 window end (inclusive). | |
| limit | No | Max points to return. | |
| start | No | ISO-8601 window start (inclusive). | |
| series_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| points | Yes | ||
| returned | Yes | ||
| series_id | Yes | ||
| truncated | Yes | ||
| n_in_window | Yes |