get_exercise_detail
Get the full per-set details for one exercise in a workout. Access every logged set with prescribed and actual values after a slim workout summary, without downloading the whole session.
Instructions
Get the full, un-slimmed per-set data for ONE exercise within a workout.
Use this after a slim get_workout_details call when you need every logged set (all param_N_* values, prescribed vs. actual) for a specific exercise, without pulling the entire session. Reuses the cached workout-details response.
Pass the exercise_id shown in the slim get_workout_details response, plus the same program_id/team_id you used there so the correct team is resolved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | No | ||
| program_id | No | ||
| exercise_id | Yes | ||
| program_workout_id | Yes |