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-key
Query parameters
status
Filter batches by status
Allowed values:
created_after
Filter batches created after this datetime (ISO 8601 format)
created_before
Filter batches created before this datetime (ISO 8601 format)
Response
This endpoint returns a list of objects.
id
A unique identifier for the batch.
created_at
The date and time the batch was created.
status
The current status of the batch.
Allowed values:
metrics
Metrics about the batch processing progress.
outputUrl
The URL to download the batch results file (available when completed).
webhookUrl
The webhook URL for batch status notifications.