List Batches

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

Authentication

x-api-keystring
API Key authentication via header

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
The webhook URL for batch status notifications.

Errors

401
Unauthorized Error
500
Internal Server Error