Get Batch
GET
Get Batch
Retrieve the status and details of a specific batch job.
string
required
The ID of the batch to retrieve (e.g.,
batch-abc123).Returns
string
The unique identifier of the batch.
string
The object type, which is always
batch.string
The API endpoint used for all requests in the batch.
object or null
Any errors encountered during batch processing.
string
The ID of the input file.
string
The time window for batch completion.
string
The current status of the batch. See status values in Create Batch endpoint.
string or null
The ID of the output file with successful results.
string or null
The ID of the error file with failed requests.
integer
The Unix timestamp of when the batch was created.
integer or null
The Unix timestamp when processing started.
integer
The Unix timestamp when the batch expires.
integer or null
The Unix timestamp when finalizing started.
integer or null
The Unix timestamp when the batch completed.
integer or null
The Unix timestamp when the batch failed.
integer or null
The Unix timestamp when the batch expired.
integer or null
The Unix timestamp when cancellation was initiated.
integer or null
The Unix timestamp when the batch was cancelled.
object
Statistics about the batch requests.
object
Custom metadata for the batch.
Get Batch