get_exercise_analytics
Retrieve per-second analytics for a single exercise: machine channels, heart rate, HR zones, and summary metrics. Use an analytics ID from get_workout_session for detailed exercise data.
Instructions
Per-second analytics for one exercise: machine channels (power, RPM, speed, distance, level... whatever the equipment reports), heart-rate samples, HR zones and summary metrics (duration, calories, MOVEs, total lifted weight, estimated 1RM...).
Args: analytics_id: An exercise's analytics_id from get_workout_session. sample_every_seconds: Downsample factor; 1 keeps every sample, 10 keeps every 10th.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| analytics_id | Yes | ||
| sample_every_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||