Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Query Parameters
Restricts to incidents that have the given id.
Restricts to incidents that belong to the given incident type. See the User Guide for a list of incident types.
Restricts to incidents that have the given incident message.
Restricts to incidents that incidents message is a substring of the given value. The string can include
the wildcard character '%' to express like-strategy: starts with (string%), ends with (%string) or
contains (%string%).
Restricts to incidents that belong to a process definition with the given id.
Restricts to incidents that belong to a process definition with the given keys. Must be a comma-separated list.
Restricts to incidents that belong to a process instance with the given id.
Restricts to incidents that belong to an execution with the given id.
Restricts to incidents that belong to an activity with the given id.
Restricts to incidents that were created due to the failure of an activity with the given id.
Restricts to incidents that have the given incident id as cause incident.
Restricts to incidents that have the given incident id as root cause incident.
Restricts to incidents that have the given parameter set as configuration.
Restricts to incidents that have one of the given comma-separated tenant ids.
Restricts to incidents that have one of the given comma-separated job definition ids.
Sort the results lexicographically by a given criterion. Must be used in conjunction with the sortOrder parameter.
incidentId, incidentMessage, incidentTimestamp, incidentType, executionId, activityId, processInstanceId, processDefinitionId, causeIncidentId, rootCauseIncidentId, configuration, tenantId Sort the results in a given order. Values may be asc for ascending order or desc for descending order. Must be used in conjunction with the sortBy parameter.
asc, desc Pagination of results. Specifies the index of the first result to return.
Pagination of results. Specifies the maximum number of results to return. Will return less results if there are no more results left.
Response
Request successful.
The id of the incident.
The id of the process definition this incident is associated with.
The id of the process instance this incident is associated with.
The id of the execution this incident is associated with.
The type of incident, for example: failedJobs will be returned in case of an incident which identified
a failed job during the execution of a process instance. See the
User Guide for a list of incident types.
The id of the activity this incident is associated with.
The id of the activity on which the last exception occurred.
The id of the associated cause incident which has been triggered.
The id of the associated root cause incident which has been triggered.
The payload of this incident.
The id of the tenant this incident is associated with.
The message of this incident.
The job definition id the incident is associated with.
The annotation set to the incident.