Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the asynchronous chat completion request.
Response
Successfully retrieved async chat completion response.
Unique identifier for the asynchronous job.
The model used for the request.
Unix timestamp of when the job was created.
The status of an asynchronous processing job.
Available options:
CREATED
, IN_PROGRESS
, COMPLETED
, FAILED
Unix timestamp of when processing started.
Unix timestamp of when processing completed.
The actual chat completion response, available when status is COMPLETED.
Unix timestamp of when processing failed.
Error message if the job failed.