list_incidents
Retrieve recent downtime incidents for a monitor, newest first. Identify open incidents where closed_at is null to assess ongoing issues.
Instructions
List recent incidents (downtime events) for a monitor. Returns newest first. An open incident has closed_at=null.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Monitor UUID. | |
| limit | No | Max incidents to return (default 50, max 200). |