Retrieve batch
Batch
Retrieve batch
GET
Retrieve batch
Retrieve batch using its batch ID.
Request Headers
string
requerido
Enum:
application/jsonstring
requerido
Bearer authentication format, for example: Bearer {{API Key}}.
Path Parameters
string
requerido
The unique identifier of the batch job to check.
Response
string
requerido
A unique identifier for the batch job.
string
requerido
The object type, which is always
batch.string
requerido
The API endpoint that the batch job is using for processing requests.
string
requerido
The ID of the input file containing the batch requests.
string
requerido
The ID of the output file containing the batch results. Empty until the batch is completed.
string
requerido
The ID of the error file containing any errors that occurred during batch processing. Empty until errors occur.
string
requerido
The time window for batch completion. Currently fixed at
48h.string | null
The timestamp when the batch started processing. Null if not yet started.
string | null
The timestamp when the batch will expire. Null if not set.
string | null
The timestamp when the batch started finalizing. Null if not yet finalizing.
string | null
The timestamp when the batch was completed. Null if not yet completed.
string | null
The timestamp when the batch failed. Null if not failed.
string | null
The timestamp when the batch expired. Null if not expired.
string | null
The timestamp when the batch started cancelling. Null if not cancelling.
string | null
The timestamp when the batch was cancelled. Null if not cancelled.
string
requerido
The current status of the batch job.Available statuses:
VALIDATING- The input file is being validated before the batch can beginPROGRESS- Batch is in progressCOMPLETED- Batch processing completed successfullyFAILED- Batch processing failedEXPIRED- Batch exceeded deadlineCANCELLING- Batch is being cancelledCANCELLED- Batch was cancelled
string
Error messages if any errors occurred during batch processing.
integer
requerido
The version number of the batch job.
string
requerido
The timestamp when the batch job was created.
string | null
The timestamp when the batch job was last updated. Null if never updated.
string
requerido
The unique identifier of the user who created the batch job.
string
requerido
The API key ID used to create the batch job.
string
Optional remark or note for the batch job.
integer
requerido
The total number of requests in the batch.
integer
requerido
The number of completed requests in the batch.
integer
requerido
The number of failed requests in the batch.
object | null
Additional metadata associated with the batch job. Null if no metadata is provided.
object
requerido
Detailed request count information.
Última modificación el 15 de mayo de 2026