Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Query Parameters
Filter by job id.
Filter by a comma-separated 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 comma-separated 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. Due date expressions are comma-separated and are structured as follows:
A valid condition value has the form operator_value.
operator is the comparison operator to be used and value the date value
as string.
Valid operator values are: gt - greater than; lt - lower than.
value may not contain underscore or comma characters.
Only select jobs created before or after the given date.
Create time expressions are comma-separated and are structured as follows:
A valid condition value has the form operator_value.
operator is the comparison operator to be used and value the date value
as string.
Valid operator values are: gt - greater than; lt - lower than.
value may not contain underscore or comma characters.
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 comma-separated 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.
Sort the results lexicographically by a given criterion. Must be used in conjunction with the sortOrder parameter.
jobId, executionId, processInstanceId, processDefinitionId, processDefinitionKey, jobPriority, jobRetries, jobDueDate, 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 job.
The id of the associated job definition.
The date on which this job is supposed to be processed.
The id of the process instance which execution created the job.
The specific execution id on which the job was created.
The id of the process definition which this job belongs to.
The key of the process definition which this job belongs to.
The number of retries this job has left.
The message of the exception that occurred, the last time the job was executed. Is null when no exception occurred.
The id of the activity on which the last exception occurred, the last time the job was executed. Is null when no exception occurred.
A flag indicating whether the job is suspended or not.
The job's priority for execution.
The id of the tenant which this job belongs to.
The date on which this job has been created.
The ID of the batch associated with this job. null if no batch is associated with this job. The
following jobs are associated with batches:
- Seed Jobs
- Monitor Jobs
- Batch Execution Jobs