export_csv
Export glucose data and optional treatments as CSV text, enabling sharing with healthcare providers and spreadsheet analysis.
Instructions
Export glucose data (and optionally treatments) as CSV text. Useful for sharing with healthcare providers, importing into spreadsheets, or further analysis. Returns CSV as text content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hours | No | Hours to export (default 24, max 720 = 30 days) | |
| dateTo | No | End date (ISO 8601) | |
| dateFrom | No | Start date (ISO 8601) | |
| include_treatments | No | Include treatments in export (default false) |