list_uptime_monitors
Retrieve uptime monitors by filtering on name, type, target, status, and more. Paginate results to get detailed insights including uptime, SSL, domain, and nameserver data.
Instructions
List uptime monitors with optional filters and pagination.
Returns a monitors array with detailed info: id, name, type, target,
resolve_address, port, keyword, category, timeout, check_frequency,
uptime_status, monitor_status, uptime%, locations, ssl info, domain
info, nameservers, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | 32-char monitor ID filter | |
| name | No | Filter by monitor name | |
| page | No | Page number | |
| type | No | Monitor type: website, ping, service, smtp, or heartbeat | |
| order | No | Sort order: 'asc' or 'desc' | |
| target | No | Filter by target URL/host | |
| category | No | Filter by category | |
| order_by | No | Sort field: name, created_at, last_check, last_status_change, uptime_status, or monitor_status | |
| per_page | No | Results per page | |
| uptime_status | No | 'up' or 'down' | |
| monitor_status | No | active, paused, disabled, maint, or maint_dnd |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||