List Incidents
list_incidentsList incidents across the organization, newest first, with the monitor that raised each one and its event timeline. Filter by status, by monitor, by environment or spec, and by time window. Works across the organization, no project context needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Only incidents started at or before this UTC timestamp (ISO 8601) | |
| from | No | Only incidents started at or after this UTC timestamp (ISO 8601) | |
| skip | No | Number of incidents to skip, defaults to 0 | |
| take | No | Maximum number of incidents to return, defaults to 50 | |
| status | No | Only incidents in this state: 'open', 'acknowledged' or 'resolved' | |
| apiSpecId | No | Public ID (GUID) of an API specification to filter by | |
| monitorId | No | Public ID (GUID) of a monitor to filter by | |
| environmentId | No | Public ID (GUID) of an environment to filter by |