List Batches

List all batches for your organization with optional filtering by status and creation date. Results are ordered by creation date (newest first).

Headers

x-api-keystringRequired

Query parameters

statusenumOptional
Filter batches by status
Allowed values:
created_afterdatetimeOptional

Filter batches created after this datetime (ISO 8601 format)

created_beforedatetimeOptional

Filter batches created before this datetime (ISO 8601 format)

Response

This endpoint returns a list of objects.
idstring
A unique identifier for the batch.
created_atdatetime
The date and time the batch was created.
statusenum
The current status of the batch.
Allowed values:
metricsobject
Metrics about the batch processing progress.
outputUrlstring

The URL to download the batch results file (available when completed).

webhookUrlstring or null
The webhook URL for batch status notifications.

Errors