get_workout_by_id
Retrieve a workout's detailed structure, including segments and steps, by providing its numeric ID or UUID. Rest-day entries resolve to minimal records.
Instructions
Get detailed information for a specific workout
Returns workout details including segments and step structure.
Accepts either:
Numeric workout ID (from get_workouts, get_scheduled_workouts, or training-plan families that expose workout_id)
Workout UUID (from adaptive Garmin Coach/training-plan workouts)
Rest-day UUIDs can resolve to a minimal record without a workout name or segments.
Args: workout_id: Workout ID (numeric) or UUID (for training plan workouts)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workout_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |