List batches
batches
List batches
Retrieve batches for an organization with pagination and optional search by name.
Returns a paginated list of batch jobs with their metadata including batch ID, creation timestamp, and job counts. If ‘query’ is provided, only batches whose name matches (case-insensitive, substring) will be returned.
GET
List batches
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Query Parameters
Number of batches to return per page
Required range:
1 <= x <= 500Number of batches to skip
Required range:
x >= 0Optional search string to filter batches by name (case-insensitive)