whoop-get-workout-collection
Retrieve paginated workout records from WHOOP. Filter by date range and limit results to access workout history.
Instructions
Get all workout records for a user, paginated
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Limit on the number of workout records returned (max 25) | |
| start | No | Return workout records that occurred after or during this time (ISO 8601) | |
| end | No | Return workout records that intersect this time or ended before this time (ISO 8601) | |
| nextToken | No | Next token from the previous response to get the next page |