Get Batch

Retrieve details about a specific batch, including its current status, processing metrics, and output file URL when available.

Path parameters

idstringRequired
The unique identifier of the batch

Headers

x-api-keystringRequired

Response

This endpoint returns an object.
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