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