health_get_irregular_rhythm
Retrieve watch-detected irregular heart rhythm notifications with start/end times and alert windows. See possible atrial fibrillation episodes for review—not a medical diagnosis.
Instructions
Get irregular heart rhythm notifications raised by the watch.
These are background checks the watch runs while the user is still - an alert means it saw a rhythm consistent with atrial fibrillation over one or more windows, not a diagnosis. Most accounts never have one. For a deliberate reading with a trace behind it, use health_get_ecg.
Args: start_date: Start date as "YYYY-MM-DD", "YYYY-MM", or "30d". Default: last 30 days. end_date: End date as "YYYY-MM-DD". Default: today. live: If true, re-fetch this window from the API before reading the cache.
Returns one entry per notification with start_time, end_time and alert_windows (the periods that triggered it).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| live | No | ||
| end_date | No | ||
| start_date | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |