get_garmin_workout
Retrieve a complete Garmin workout by its numeric ID as raw JSON. Use it to inspect all steps, targets, and repeat blocks or to get full contents before updating the workout.
Instructions
Fetch the complete stored structure (all steps, targets, repeat blocks) of one workout by its workoutId, as raw JSON. Use this to inspect a workout, or to get its full contents before calling update_garmin_workout, which replaces the entire workout rather than patching it. Read-only. If no valid session exists, returns a message asking you to run authenticate_garmin rather than throwing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workoutId | Yes | The numeric Garmin workout id, as returned by create_garmin_workout or listed by list_garmin_workouts. |