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 have the given processDefinitionKey.
Restricts to incidents that have one of the given process definition keys.
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 the given parameter set as history configuration.
Restricts to incidents that are open.
Restricts to incidents that are resolved.
Restricts to incidents that are deleted.
Restricts to incidents that have one of the given comma-separated tenant ids.
Only include historic incidents that belong to no tenant. Value may only be
true, as false is the default behavior.
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, createTime, endTime, incidentType, executionId, activityId, processInstanceId, processDefinitionId, processDefinitionKey, causeIncidentId, rootCauseIncidentId, configuration, historyConfiguration, tenantId, incidentState 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 key of the process definition this incident is associated with.
The id of the process definition this incident is associated with.
The key of the process definition this incident is associated with.
The id of the execution this incident is associated with.
The process instance id of the root process instance that initiated the process containing this incident.
The time this incident happened.
Default format yyyy-MM-dd'T'HH:mm:ss.SSSZ.
The time this incident has been deleted or resolved.
Default format yyyy-MM-dd'T'HH:mm:ss.SSSZ.
The time after which the incident should be removed by the History Cleanup job.
Default format yyyy-MM-dd'T'HH:mm:ss.SSSZ.
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](/manual/develop/user-
guide/process-engine/incidents/#incident-types) 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 payload of this incident at the time when it occurred.
The message of this incident.
The id of the tenant this incident is associated with.
The job definition id the incident is associated with.
If true, this incident is open.
If true, this incident has been deleted.
If true, this incident has been resolved.
The annotation set to the incident.