Skip to main content
GET
This feature is in Private Preview. For access or more information, contact us or reach out to your account representative.
List all batch jobs associated with your organization. Supports pagination.

Query Parameters

integer
required
The maximum number of files to return. Default: 20, Maximum: 100.
string
required
A cursor for pagination. Pass a batch ID to retrieve all files created after that file. For example, if you have files [batch-abc123, batch-def456, batch-jkl789, batch-mno123] and pass after=batch-def456, the response will return [batch-jkl789, batch-mno123].

Response

list
The object type, which is always list.
array | null
An array of file objects that show file properties.
boolean | null
Indicates whether there are more files available beyond this page.