List monitors
list_monitorsList monitors with optional state/type/tag filters and cursor pagination. Each item carries its current state and last-checked time. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Filter to monitors carrying this exact tag. | |
| type | No | Filter by check kind: `http`, `tcp`, `ping`, `heartbeat`, `dns`, `tls_cert`, `domain_expiry`, `flow`. | |
| state | No | Filter by current state: `up`, `down`, `degraded`, `error`, `no_data`. | |
| cursor | No | Opaque pagination cursor from a previous call's `next_cursor`. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| next_cursor | No |