List Monitor Checks
list_monitor_checksList the individual checks a monitor ran, newest first — status code, response time and the timing breakdown (DNS, connect, TLS, first byte). Set onlyErrors to see just the failures. Use from and to to narrow the window. Requires project context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Only checks at or before this UTC timestamp (ISO 8601) | |
| from | No | Only checks at or after this UTC timestamp (ISO 8601, e.g. '2026-07-31T00:00:00Z') | |
| skip | No | Number of checks to skip, defaults to 0 | |
| take | No | Maximum number of checks to return, defaults to 50 | |
| monitorId | Yes | Public ID (GUID) of the monitor, from list_monitors | |
| onlyErrors | No | Only return checks that failed |