get_exercise_history
Retrieve per-set history for a specific exercise template across all workouts, with optional date filtering. This targeted approach avoids the overhead of paginating every workout.
Instructions
Fetch per-set history for a single exercise template across all workouts. Optionally bounded by startDate/endDate (ISO 8601). Much cheaper than paginating /v1/workouts when you only care about one exercise.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endDate | No | ||
| startDate | No | ||
| templateId | Yes |