Search for incidents associated with a process instance
POST/process-instances/:processInstanceKey/incidents/search
Eventually Consistent About endpoint data consistency
Learn about endpoint consistencySearch for incidents caused by the process instance or any of its called process or decision instances.
Although the processInstanceKey is provided as a path parameter to indicate the root process instance,
you may also include a processInstanceKey within the filter object to narrow results to specific
child process instances. This is useful, for example, if you want to isolate incidents associated with
subprocesses or called processes under the root instance while excluding incidents directly tied to the root.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
The process instance search result.
The provided data is not valid.
The request lacks valid authentication credentials.
Response Headers
Forbidden. The request is not allowed.
The process instance with the given key was not found.
An internal error occurred while processing the request.