get_workout_session
Fetch every detail of a workout session: exercises, sets, reps, weight, rest, calories, MOVEs, and muscle scores. Use session_id to get comprehensive data for performance analysis.
Instructions
Full detail for one workout session: every exercise with machine, status, duration, calories, MOVEs, muscles, per-set reps / weight / rest (performed and prescribed), plus session efficacy and muscle scores. Each exercise carries an analytics_id for get_exercise_analytics.
Args: session_id: The session_id from list_workout_sessions. date: The session's ISO date. Strongly recommended; if omitted the last year of history is scanned to find it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | ||
| session_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||