strava_get_activity_streams
Retrieve detailed time-series data from Strava activities including heart rate, GPS coordinates, power metrics, and cadence for performance analysis.
Instructions
Get high-resolution time-series data for an activity (heart rate, power, cadence, altitude, GPS coordinates, etc.). Data is downsampled if too large.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| activity_id | Yes | The activity ID | |
| keys | Yes | Stream types to retrieve: time, distance, latlng, altitude, velocity_smooth, heartrate, cadence, watts, temp, moving, grade_smooth | |
| max_points | No | Maximum data points to return (10-2000, default 500). Streams are downsampled if larger. |