Incidents List

GET

Lists incidents.

Query parameters

applies_to_partsstringOptional

Filters for incidents that apply to any of the provided parts.

created_bystringOptional

Filters for incidents created by any of the provided users.

cursorstringOptional

The cursor to resume iteration from. If not provided, then iteration starts from the beginning.

limitintegerOptional

The maximum number of items.

mode"after" or "before"Optional

The iteration mode to use, otherwise if not set, then “after” is used.

Allowed values: afterbefore
owned_bystringOptional

Filters for incidents owned by any of the provided users.

piastringOptional

Filters for incidents with any of the provided PIAs.

playbookstringOptional

Filters for incidents with any of the provided playbooks.

related_docsstringOptional

Filters for incidents with any of the provided related docs.

reported_bylongOptional

Filters for incidents with any of the provided reporters.

severitylongOptional

Filters for incidents containing any of the provided severities.

sort_bystringOptional

The list of fields to sort the items by and how to sort them.

sourcelongOptional

Filters for incidents with any of the provided sources.

stagestringOptional

Filters for incidents in any of the provided stages.

subtypestringOptional

Filters for incidents with any of the provided subtypes.

titlestringOptional

Filters for incidents by the provided titles.

Response

This endpoint returns an object.
incidentslist of objects

The matching incidents.

next_cursorstringOptional

The cursor used to iterate subsequent results in accordance to the sort order. If not set, then no later elements exist.

prev_cursorstringOptional

The cursor used to iterate preceding results in accordance to the sort order. If not set, then no prior elements exist.