Get activity streams
strava_get_activity_streamsFetch time-series activity streams (heart rate, power, speed, altitude, cadence) with optional downsampling to control response size.
Instructions
Time-series data for an activity (GET /activities/{id}/streams): heart rate, power, speed, altitude, cadence and more. Streams are downsampled to max_points to keep the response small.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The activity identifier. | |
| keys | No | Stream types to fetch. Defaults to time, distance, altitude, heartrate, velocity_smooth. | |
| max_points | No | Evenly downsample each stream to at most this many points. Defaults to 200. |