List cycles
list_cyclesRetrieve WHOOP physiological cycles for a specified date range, including day strain, heart rate, and kilojoules. Use this data to analyze daily strain and recovery patterns.
Instructions
List physiological cycles: day strain (0-21), average and max heart rate, kilojoules.
A cycle is WHOOP's notion of a day, bounded by sleep rather than by midnight, and is the key other records join on.
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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | ||
| limit | No | ||
| start | No | ||
| next_token | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||