get_workout_series
Fetch bounded workout measurements with per-series pagination, and optionally return original TCX/GPS data when requested—all read-only and without saving files.
Instructions
Read bounded detailed measurements in a workout time window. Per-series pagination. Optional TCX; GPS requires include_gps=true. No files are saved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include_gps | No | Set true with include_tcx to return the original TCX, preserving GPS and extensions. Set false to remove them. | |
| include_tcx | No | ||
| page_tokens | No | ||
| measurements | No | ||
| workout_name | Yes | Workout resource name returned by list_workouts; accepts a numeric user ID or the me alias. | |
| max_tcx_bytes | No | Maximum TCX bytes downloaded and returned. Default 1 MiB; maximum 10 MiB. Increase this if TCX reports RESPONSE_TOO_LARGE. | |
| max_points_per_series | No |