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 by a comma-separated list of Strings. 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.
A Boolean value which indicates whether only active or suspended batches should be included.
When the value is set to true, only suspended batches will be returned and
when the value is set to false, only active batches will be returned.
Only include batches that were started by this user id.
Only include batches having jobs with failures.
Value can only be true.
Only include batches having jobs without failures.
Value can only be true.
Response
Request successful.
The number of matching instances.