Export data page
export_dataExport a bounded page of a user's health record as structured JSON, with options for metrics, events, notes, or all tables.
Instructions
Export a bounded page of a user's record as structured JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | No | which person; defaults to the primary user. | |
| limit | No | max rows per exported table. Capped by HEALTH_MCP_MAX_EXPORT_ROWS. | |
| table | No | 'all', 'metrics', 'events', or 'notes'. 'all' returns one page per record table. | all |
| offset | No | zero-based row offset for paginating metrics/events/notes. | |
| include_profile | No | include profile key/value facts. Profile rows are small and always returned in full when included. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||