whoop_get_workouts
Retrieve workout data from Whoop for a specified date range, with options to limit results and paginate through multiple records.
Instructions
Get workout data for a date range
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | End datetime (ISO 8601) | |
| limit | No | Limit on number of workouts (max 25) | |
| start | No | Start datetime (ISO 8601) | |
| nextToken | No | Token for pagination |