v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBIncidents
Search for incidents
Search for incidents matching a certain query.
get/api/v2/incidents/search
Query parameters
include'users' | 'attachments'
Object related to an incident.
Specifies which types of related objects should be included in the response.
querystring required
Specifies which incidents should be returned. The query can contain any number of incident facets joined by ANDs, along with multiple values for each of those facets joined by ORs. For example: state:active AND severity:(SEV-2 OR SEV-1).
sort'created' | '-created'
The ways searched incidents can be sorted.
Specifies the order of returned incidents.
page[size]integer
Example:10
Size for a given page. The maximum allowed value is 100.
page[offset]integer
Specific offset to use as the beginning of the returned page.
Response
OK