List recoveries
list_recoveriesRetrieve recovery records including recovery score, HRV, and resting heart rate for any date range, with pagination support for large result sets.
Instructions
List recovery records: recovery score (%), HRV (ms) and resting heart rate (bpm).
Args: start: ISO 8601 start of the range, e.g. "2026-07-01T00:00:00Z". 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 | |||