icu_get_activity_streams
Fetch raw second-by-second time-series data from an activity for custom visualization or analysis. Stream types: power, heart rate, cadence, speed, altitude, GPS, temperature, grade, and more.
Instructions
Fetch RAW per-sample time-series of one activity — second-by-second arrays for power, HR, cadence, speed, altitude, GPS, temperature, grade, etc.
Heavy payload. Use only when you need the underlying signal for visualization or custom analysis. Most "how was my ride?" questions are better answered by get_activity_details (summary metrics) or get_activity_intervals (per-lap breakdown).
Stream-type filter accepts any of: watts, heartrate, cadence, velocity_smooth, altitude, distance, time, latlng, temp, moving, grade_smooth.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| streams | No | List of stream types (e.g., ['watts', 'heartrate', 'cadence']). If not specified, all streams are fetched. | |
| activity_id | Yes | Activity ID to fetch streams for |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |