Read a bounded time series
read_seriesRetrieve numeric time-series metrics for an athlete with cursor pagination and automatic downsampling. Apply filters for non-numeric fields and specify date ranges or resolution.
Instructions
Read cataloged numeric series with deterministic cursor pagination and automatic stream downsampling. metrics must be numeric catalog columns; place identifiers and other strings in filters. Call describe_dataset first if the fields are uncertain. Requires athleteId from list_athletes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | ||
| dataset | Yes | ||
| endDate | No | ||
| filters | No | ||
| metrics | Yes | ||
| pageSize | No | ||
| athleteId | Yes | ||
| startDate | No | ||
| activityId | No | ||
| resolution | No |