Get WHOOP workout by ID
get_workout_by_idFetch a single workout record by its UUID. Use this to get detailed WHOOP workout data for analysis or tracking.
Instructions
A single workout record by its UUID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workout_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| end | No | Absent while the activity is still in progress | |
| score | No | ||
| start | Yes | ||
| v1_id | No | ||
| sport_id | Yes | ||
| created_at | Yes | ||
| sport_name | No | ||
| updated_at | Yes | ||
| score_state | Yes | ||
| timezone_offset | Yes |