withings_get_sleep
Fetch detailed sleep-stage and vital series for a specific time window, including heart rate, respiration, snoring, and HRV, to analyze a single night's sleep patterns.
Instructions
Fetch high-frequency sleep stage and vital series for a time window (Sleep get): stages, HR, respiration, snoring, HRV, etc. Default range is the last 24 hours. Prefer withings_get_sleep_summary for multi-night overviews; use this for detailed series within a night. Typical sources: Sleep Analyzer / Sleep Mat, or watch sleep tracking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| enddate | No | End unix timestamp (seconds). Default: now. | |
| startdate | No | Start unix timestamp (seconds). Default: 24h ago. | |
| data_fields | No | Comma-separated series fields. Default: hr,rr,snoring,sdnn_1,rmssd,hrv_quality,mvt_score,chest_movement_rate |