List flips
healthchecksio_list_flipsList a check's status changes ("flips") over time — [{timestamp, up}]. Optionally scope by a lookback window or an explicit start/end range. Healthchecks: GET /checks/{uuid}/flips/.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | Return only flips at/before this Unix timestamp. | |
| uuid | Yes | The check's UUID. | |
| start | No | Return only flips at/after this Unix timestamp. | |
| seconds | No | Return only flips from the last N seconds. |