Retrieve batch
GET
Documentation Index
Fetch the complete documentation index at: https://inference-docs.cerebras.ai/llms.txt
Use this file to discover all available pages before exploring further.
This feature is in Private Preview. For access or more information, contact us or reach out to your account representative.
Path Parameters
The ID of the batch job to retrieve.
Response
A unique identifier for the batch job.
The object type, which is always
batch.The API endpoint used for batch processing.
Information about any errors that occurred during batch processing.
The ID of the input file containing batch requests.
The time window for batch completion. Always
24h.The current status of the batch job. Possible values:
validating, queued, in_progress, finalizing, completed, expired, failed, cancelled, cancelling.The ID of the file containing batch results (available once processing is complete).
The ID of the file containing errors (if any errors occurred).
The Unix timestamp (in seconds) of when the batch job was created.
The Unix timestamp (in seconds) of when the batch job started processing.
The Unix timestamp (in seconds) of when the batch job will expire.
The Unix timestamp (in seconds) of when the batch job started finalizing.
The Unix timestamp (in seconds) of when the batch job completed.
The Unix timestamp (in seconds) of when the batch job failed.
The Unix timestamp (in seconds) of when the batch job expired.
The Unix timestamp (in seconds) of when the batch job started cancelling.
The Unix timestamp (in seconds) of when the batch job was cancelled.
Statistics about the requests in the batch.
Custom metadata associated with the batch job.

