withings_get_measurements
Retrieve spot health measurements from Withings, including weight, body composition, blood pressure, heart rate, temperature, and SpO2. Filter by measurement types to get only the data you need.
Instructions
Fetch spot/scale health measurements via getmeas (weight, composition, BP, spot HR/temp/SpO2, etc.). Optionally filter by meastypes. Values are decoded (value * 10^unit). This is NOT the main source for continuous watch vitals — use withings_get_intraday_activity (or withings_get_heart_rate / withings_get_body_temperature with include_intraday=true) for those.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| offset | No | Pagination offset from a previous more=true response. | |
| enddate | No | End unix timestamp (seconds). Default: now. | |
| meastypes | No | Spot measurement type IDs to include. Omit for all. Use withings_get_measure_types for the catalog. Continuous watch metrics are not in this list. | |
| startdate | No | Start unix timestamp (seconds). Default: 24h ago. |