List workouts
list_workoutsRetrieve workout details including sport, strain, average and max heart rate, and heart-rate zone durations for a specified date range or using pagination.
Instructions
List workouts: sport, strain, average and max heart rate, and heart-rate zone durations.
Args: start: ISO 8601 start of the range. Defaults, with end, to the last 7 days when both are omitted. end: ISO 8601 end of the range. limit: Records to return, capped at 25 per page by WHOOP. next_token: Cursor from a previous truncated response, to continue that page. detail: "summary" (default) omits the per-zone heart-rate duration breakdown to keep the response small; "full" includes it under "zone_durations", with the units declared once in a top-level "units" key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | ||
| limit | No | ||
| start | No | ||
| detail | No | summary | |
| next_token | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||