v4
latestOpenAPI 3.1.02026-08-0143190206.8 KBv1
Tries to fetch a result for a previously-started deferred completion. Returns `200 Success` with the response body, if the request has been completed. Returns `202 Accepted` when the request is pending processing.
get/v1/chat/deferred-completion/{request_id}
Path parameters
request_idstring required
The deferred request id returned by a previous deferred chat request.
Response
Success
Example response
{
"model": "latest"
}