Get exercise history
get-exercise-historyRetrieve logged history for a specific exercise template, with optional date range filtering, to track progress in weights and reps over time.
Instructions
Get logged history for a specific exercise template, optionally filtered by date range. Useful for progress tracking (weights, reps over time).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_date | No | Optional ISO 8601 end date, e.g. '2024-12-31T23:59:59Z' | |
| start_date | No | Optional ISO 8601 start date, e.g. '2024-01-01T00:00:00Z' | |
| exerciseTemplateId | Yes | The exercise template ID |