v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-2114136159.9 KB

Get Async Chat Completion

Retrieve the response for a given asynchronous chat completion request.

get/async/chat/completions/{api_request}

Path parameters

api_requeststring required

Query parameters

local_modeboolean

Headers

x-client-namestring
x-client-envstring
x-user-idstring
x-usage-tierstring
x-request-timestring
x-created-at-epoch-secondsstring

Response

Successful Response

idstring required
modelstring required
created_atinteger required
started_atinteger nullable
completed_atinteger nullable
failed_atinteger nullable
error_messagestring nullable
status'CREATED' | 'IN_PROGRESS' | 'COMPLETED' | 'FAILED' required

Status enum for async processing.