health.read_daily_raw
Read raw Apple Health samples for one day. Filter by type keys, tags, or kinds to target specific data.
Instructions
Read one day's raw Health samples. Prefer health.read_samples for range queries and richer filtering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Date (YYYY-MM-DD). | |
| max_records | No | Maximum number of JSONL records to return (samples only). | |
| type_keys | No | Optional canonical raw type keys such as workout, heart_rate, or blood_pressure. | |
| tags | No | Optional logical tags. Matching is union-based across tags. | |
| kinds | No | Optional record kinds such as quantity, category, workout, or correlation. | |
| cursor | No | Opaque pagination cursor returned by a previous read_samples/read_daily_raw call. | |
| manifest_only | No | When true, return only the filtered manifest view. | |
| include_manifests | No | Include the filtered manifest view in the response. | |
| storage_backend | No | Storage backend to read from. | auto |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||