list_incidents
List incidents
The global incident feed, newest-first, cursor-paginated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | Filter to one host's incidents. | |
| limit | No | Page size, clamped to [1, 200]. Defaults to 50. | |
| since | No | Only include items at or after this ISO 8601 instant. | |
| cursor | No | Opaque pagination cursor returned as `next_cursor` by the previous page. | |
| status | No | Filter by incident lifecycle state. |