health_points
Retrieve raw health data points for a selected metric over a date range, with optional cross-source reconciliation. Use when you need unaggregated readings for analysis.
Instructions
Read raw data points for one data type over a date range (YYYY-MM-DD, inclusive).
reconcile=True returns Google's merged cross-source stream (tracker + phone + manual entries deduplicated), which is almost always what you want.
This is the low-level escape hatch. For daily questions prefer health_daily or health_daily_brief - a single day of heart-rate can be 1440 points.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | ||
| start | Yes | ||
| data_type | Yes | ||
| page_size | No | ||
| reconcile | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||