Sleep sensor stream
get_sleep_streamRetrieve minute-level overnight sensor data including heart rate and skin temperature curves, plus overnight stats such as lowest heart rate and its timestamp, for a given sleep ID.
Instructions
Minute-level overnight sensor data for one sleep: heart rate and skin temperature curves (downsampled to resolution_minutes buckets) plus overnight stats like the lowest heart rate and when it happened. Get the sleep_id from get_sleeps, get_daily_summary, or a recovery record. WHOOP does not expose this stream for every account/app - if unavailable, a clear note is returned instead of an error. Set include_raw=true to also attach WHOOP's untouched stream payload.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sleep_id | Yes | ||
| resolution_minutes | No | ||
| include_raw | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||