Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Query Parameters
Filter by batch id.
Filter by batch type. See the User Guide for more information about batch types.
Filter completed or not completed batches. If the value is
true, only completed batches, i.e., end time is set, are
returned. Otherwise, if the value is false, only running
batches, i.e., end time is null, are returned.
Filter by a comma-separated list of tenant ids. A batch matches if it has one of the given tenant ids.
Only include batches which belong to no tenant. Value can effectively 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.
batchId, startTime, endTime, 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 batch.
The type of the batch. See the User Guide for more information about batch types.
The total jobs of a batch is the number of batch execution jobs required to complete the batch.
The number of batch execution jobs created per seed job invocation.
The batch seed job is invoked until it has created all batch
execution jobs required by the batch (see totalJobs property).
Every batch execution job invokes the command executed by the batch
invocationsPerBatchJob times. E.g., for a process instance
migration batch this specifies the number of process instances
which are migrated per batch execution job.
The job definition id for the seed jobs of this batch.
The job definition id for the monitor jobs of this batch.
The job definition id for the batch execution jobs of this batch.
The tenant id of the batch.
The batch creator's user id.
The time the batch was started. Default format yyyy-MM-dd'T'HH:mm:ss.SSSZ.
For further information, please see the documentation
The time the batch execution was started, i.e., at least one batch job has been executed. Default format
yyyy-MM-dd'T'HH:mm:ss.SSSZ. For further information, please see the [documentation]
(https://docs.camunda.org/manual/7.22/reference/rest/overview/date-format/)
The time the batch ended. Default format yyyy-MM-dd'T'HH:mm:ss.SSSZ.
For further information, please see the documentation
The time after which the historic batch should be removed by the History Cleanup
job. Default format yyyy-MM-dd'T'HH:mm:ss.SSSZ.
For further information, please see the documentation