Get Workout History
get_historyFetch training sessions and set-logs within a date range, sorted newest-first, with optional exercise filter. Use for detailed inspection of specific workouts; results can be saved to a file for large data sets.
Instructions
Return sessions and set-logs within a date range (YYYY-MM-DD), newest-first, for a TARGETED detail lookup — a specific window, a specific exercise. For the athlete's overall standing, call get_training_state first; use this tool once you need the underlying raw sessions and set-logs. Optionally filter by exercise UUID. Results are capped by limit (default 200, max 500). Set outputFile: true to write the full result to a local file instead of returning it inline — the tool result then reports only the file path, byte size and item count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | ||
| from | Yes | ||
| limit | No | ||
| exercise | No | ||
| outputFile | No |