Batch API
List Batches
Retrieve a list of all batch jobs.
GET
Documentation Index
Fetch the complete documentation index at: https://budecosystem-b7b14df4.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Headers
| Parameter | Type | Required | Description |
|---|---|---|---|
| Authorization | string | Yes | Bearer authentication header |
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| after | string | No | Cursor for pagination (batch ID to start after) |
| limit | integer | No | Number of results per page (default: 20, max: 100) |
Response Fields
| Field | Type | Description |
|---|---|---|
| object | string | Always "list" |
| data | array | Array of batch objects |
| first_id | string | ID of the first batch in the list |
| last_id | string | ID of the last batch in the list |
| has_more | boolean | Whether more results are available |
Pagination Example
For complete Batch API documentation including file upload, JSONL format, and usage examples, see Create Batch.