list_downtimes
Get a paginated list of downtime events for a specific uptime monitor, including start/end times, duration, HTTP code, and location.
Instructions
List downtimes for a specific uptime monitor.
Returns a downtimes array (id, type, http_code, location,
started_at, ended_at, duration) plus a meta object with pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number | |
| order | No | Sort order: 'asc' or 'desc' | |
| per_page | No | Results per page | |
| monitor_id | Yes | Uptime monitor ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||