List monitors
list_monitorsList account monitors with status, uptime, and details. Filter by type or status to identify down monitors in one call.
Instructions
List the monitors on the account, newest first, 30 per page. Each entry carries the id needed by every other tool, plus name, url, type, current status, check frequency and the uptime percentage over the last 24 hours. Start here when the request names a monitor by name rather than by id, and when asked what is broken - filtering by status "down" answers that in one call. Returns an empty list rather than an error when nothing matches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number, 1-based. Defaults to 1. | |
| type | No | Return only monitors of this type. Omit for all types. | |
| status | No | Return only monitors in this state. "pending" means created but not yet checked; "paused" means checking is switched off, so it is neither up nor down. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | The rows on this page. | |
| totalItems | No | Total across all pages, not just this one. |