Incidents

List Incidents

get/incidents

Query parameters

sortstring

Available sorts are name, status, id, created_at. You can sort by multiple options by separating them with a comma. To sort in descending order, use - sign in front of the sort, for example: -name.

includestring

Available includes are components, componentsCount, componentsExists, components.group, components.groupCount, components.groupExists, updates, updatesCount, updatesExists, user, userCount, userExists. You can include multiple options by separating them with a comma.

per_pageinteger

How many items to show per page.

pageinteger

Which page to show.

filter[name]string
filter[status]string
filter[occurs_after]string
filter[occurs_before]string
filter[occurs_on]string

Response

Paginated set of Incident

Changes