List incidents with filters
https://api.coralogix.com/mgmt/openapi/4/incidents/incidents/v1Lists all available incidents based on specified filters and order. The list is ordered in an unspecified direction and sorted by creation time.
Requires the following permissions:
incidents:read
Authorizations
Request
Body
Request to list incidents with filtering, pagination and ordering options
- Option 1
- Option 2
Filter configuration for incidents
Possible values: [ORDER_BY_DIRECTION_UNSPECIFIED, ORDER_BY_DIRECTION_ASC, ORDER_BY_DIRECTION_DESC]
Possible values: [INCIDENTS_FIELDS_UNSPECIFIED, INCIDENTS_FIELDS_ID, INCIDENTS_FIELDS_SEVERITY, INCIDENTS_FIELDS_NAME, INCIDENTS_FIELDS_CREATED_TIME, INCIDENTS_FIELDS_CLOSED_TIME, INCIDENTS_FIELDS_STATE, INCIDENTS_FIELDS_STATUS, INCIDENTS_FIELDS_LAST_STATE_UPDATE_TIME, INCIDENTS_FIELDS_APPLICATION_NAME, INCIDENTS_FIELDS_SUBSYSTEM_NAME, INCIDENTS_FIELDS_DURATION]
Pagination parameters for list requests
Response
Response containing a list of incidents and pagination information