Skip to main content
GET
Get Async Chat Completion
For new integrations, use the Agent API - see the migration guide.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

api_request
string
required

Response

Successful Response

id
string
required

Unique identifier for the async request

model
string
required

Model used for the request

created_at
integer
required

Unix timestamp when the request was created

status
enum<string>
required

Current processing status of the request

Available options:
CREATED,
IN_PROGRESS,
COMPLETED,
FAILED
started_at
integer | null

Unix timestamp when processing started

completed_at
integer | null

Unix timestamp when processing completed

response
CompletionResponse · object | null
failed_at
integer | null

Unix timestamp when the request failed (if applicable)

error_message
string | null

Error message if the request failed