🚧  API Specification Update in Progress: We're migrating our APIs from Swagger 2.0 to OpenAPI 3.1.0. This upgrade brings improved compatibility, flexibility, and support for modern API standards. For more information, see OneTrust API Migration to OpenAPI 3.1.0.

Search Incidents

Use this API to search for incidents by key terms and filters.

Query Params
integer
≥ 0
Defaults to 0

Page number (0-based index)

integer
1 to 2000
Defaults to 20

Number of records per page

string
enum

Sort criteria in the format: property,(asc|desc)

Allowed:
Body Params
filters
object

filters, which is a map of the field name and the value. Can filter on Incident Id, assignee Id, type Id, organization group Id, number, created By, is extended, is deleted

string

full text search term. Can search on Incident name, description, type name, assignee name, organization group name, root cause, creator and stage name

Responses

400

Bad Request

401

Unauthorized

403

Forbidden

500

Internal Server Error

Language
Credentials
OAuth2
URL
Choose an example:
application/json
*/*