Skip to main content
GET
Get Batch Job Info

Authorizations

X-API-KEY
string
header
required

Path Parameters

batch_id
string
required

Response

OK

batch_id
string
required

The unique identifier for your batch job.

status
enum<string>
required

Current processing state of your batch job. Poll this endpoint until status reaches completed or failed.

Available options:
pending,
processing,
completed,
failed,
cancelled
output_file_url
string<uri> | null

Presigned URL to download your results. Available only when status is completed. Use a simple GET request to download the .jsonl results file.