get_workout_by_id
Fetch detailed workout data by ID or UUID, including segments and step structure. Resolves Garmin Coach and training-plan workouts; rest-day UUIDs return 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 |