list_host_incidents
List a host's incidents
Incidents for one host, newest-first, cursor-paginated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. | |
| hostname | Yes | The host's fully-qualified hostname. |