withings_get_heart_rate
Fetch heart rate measurements from Withings devices. Retrieve spot readings or continuous intraday heart rate for watches, using optional start/end timestamps.
Instructions
Fetch heart rate. Spot readings (meastype 11 via getmeas) come from scale/BPM when you take a measurement. For Withings watches, set include_intraday=true (or use withings_get_intraday_activity) for continuous HR — that is usually where watch HR lives (max 24h window).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| offset | No | Pagination offset from a previous more=true response. | |
| enddate | No | End unix timestamp (seconds). Default: now. | |
| startdate | No | Start unix timestamp (seconds). Default: 24h ago. | |
| include_intraday | No | If true, also fetch continuous watch heart_rate via getintradayactivity (capped to 24h). Recommended for ScanWatch / activity trackers. |