Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
A Job instance query which defines a list of Job instances
Filter by job id.
Filter by a list of job ids.
Only select jobs which exist for the given job definition.
Only select jobs which exist for the given process instance.
Only select jobs which exist for the given list of process instance ids.
Only select jobs which exist for the given execution.
Filter by the id of the process definition the jobs run on.
Filter by the key of the process definition the jobs run on.
Only select jobs which exist for an activity with the given id.
Only select jobs which have retries left. Value may only be true, as false is the
default behavior.
Only select jobs which are executable, i.e., retries > 0 and due date is null or due
date is in the past. Value may only be true, as false is the default
behavior.
Only select jobs that are timers. Cannot be used together with messages. Value may only
be true, as false is the default behavior.
Only select jobs that are messages. Cannot be used together with timers. Value may only
be true, as false is the default behavior.
Only select jobs where the due date is lower or higher than the given date.
Only select jobs created before or after the given date.
Only select jobs that failed due to an exception. Value may only be true, as false is
the default behavior.
Only select jobs that failed due to an exception with the given message.
Only select jobs that failed due to an exception at an activity with the given id.
Only select jobs which have no retries left. Value may only be true, as false is the
default behavior.
Only include active jobs. Value may only be true, as false is the default behavior.
Only include suspended jobs. Value may only be true, as false is the default behavior.
Only include jobs with a priority lower than or equal to the given value. Value must be a
valid long value.
Only include jobs with a priority higher than or equal to the given value. Value must be a
valid long value.
Only include jobs which belong to one of the passed tenant ids.
Only include jobs which belong to no tenant. Value may only be true, as false is the
default behavior.
Include jobs which belong to no tenant. Can be used in combination with tenantIdIn.
Value may only be true, as false is the default behavior.
An array of criteria to sort the result by. Each element of the array is
an object that specifies one ordering. The position in the array
identifies the rank of an ordering, i.e., whether it is primary, secondary,
etc. Does not have an effect for the count endpoint.
Response
Request successful.
The number of matching instances.