List sleeps
list_sleepsGet detailed sleep records including performance, efficiency, and stage durations. Filter by date range, paginate, and opt for summary or full stage detail.
Instructions
List sleep records: performance (%), efficiency, and stage durations in milliseconds.
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. detail: "summary" (default) omits the per-stage sleep-duration breakdown to keep the response small; "full" includes it under "stage_durations", with the units declared once in a top-level "units" key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | ||
| limit | No | ||
| start | No | ||
| detail | No | summary | |
| next_token | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||