List batches
List batch processing jobs with pagination.
Headers
Authorization
Bearer token. Use Bearer YOUR_API_KEY.
Query parameters
limit
Maximum number of batches to return.
after
Cursor for pagination. Use the last_id from a previous response to get the next page.
Response
List of batches.
data
has_more
last_id
Errors
401
Unauthorized Error