Get incidents
get_incidentsRetrieve downtime history for a monitor. See when outages started and ended, their duration, and failure details including HTTP status, error text, and probe location.
Instructions
Read the downtime history of one monitor: when each outage began, when it ended, how long it lasted and what the failure actually was - HTTP status, error text, and which probe saw it. This is the tool for "what happened" and "how often does this break". For the shape of response times around an outage, follow up with get_stats_hourly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number, 1-based. Defaults to 1. | |
| monitorId | Yes | Monitor id, as returned by list_monitors. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | The rows on this page. | |
| totalItems | No | Total across all pages, not just this one. |