Get Batch
Retrieve details about a specific batch, including its current status, processing metrics, and output file URL when available.
Authentication
x-api-keystring
API Key authentication via header
Path parameters
id
The unique identifier of the batch
Response
This endpoint returns an object.
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.
Errors
401
Unauthorized Error
404
Not Found Error
500
Internal Server Error

