List a check's status changes
list_flipsList a check's status-change history, newest first, with optional time filters. See when a check became up (up=1) or entered states like down, paused, or resumed.
Instructions
List retained status changes for a check, newest first, with optional time filters. In results, up: 1 means the check became up; up: 0 means any other status, including down, paused, and new after resume. A pause or resume that changes the check's status records a flip.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | Exclusive upper bound for status-change timestamps, as Unix seconds; for example 1592217980. | |
| limit | No | Maximum number of status changes to return, from 1 to 200. | |
| start | No | Inclusive lower bound for status-change timestamps, as Unix seconds; for example 1592214380. | |
| seconds | No | Lookback window for status changes in seconds, from 0 to 31536000; for example 3600. | |
| unique_key | Yes | 40-character stable check identifier from list_checks. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| meta | Yes | ||
| flips | Yes |