icu_get_activity_streams
Retrieve raw second-by-second time-series streams (power, HR, cadence, speed, altitude, GPS, temp, grade) from an activity for detailed analysis or visualization.
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 |