get_monitors
Retrieve and filter UptimeRobot monitors by status, name, or pagination, with optional details like response times, event logs, alert contacts, and maintenance windows.
Instructions
Get all monitors with optional filtering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of monitors to return, max 50 (default 50). | |
| offset | No | Pagination offset (default 0). | |
| search | No | Filter monitors by friendly name (partial match). | |
| statuses | No | Filter by status codes, dash-separated. Values: 0=Paused, 1=Not checked yet, 2=Up, 8=Seems down, 9=Down. Example: "2-9" returns up and down monitors only. | |
| include_logs | No | Include up/down event logs in response. | |
| include_mwindows | No | Include attached maintenance windows in response. | |
| include_alert_contacts | No | Include attached alert contacts in response. | |
| include_response_times | No | Include response time history in response. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||