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.
Documentation Index
Fetch the complete documentation index at: https://docs.repromptai.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Number of batches to return per page
1 <= x <= 500Number of batches to skip
x >= 0Optional search string to filter batches by name (case-insensitive)