v1

latestOpenAPI 3.1.02026-07-26157321426.3 KB

Get the status of an async request.

Returns the current status of an async model or chain request. Rate limited to 20 requests per second.

get/async_request/{request_id}

Path parameters

request_idstring required

The ID of the async request.

Response

Current status of an async request.

request_idstring required

The ID of the async request.

model_idstring

The ID of the model that executed the request. Present for model requests.

chain_idstring

The ID of the chain that executed the request. Present for chain requests.

deployment_idstring required

The ID of the deployment that executed the request.

status'QUEUED' | 'IN_PROGRESS' | 'SUCCEEDED' | 'FAILED' | 'EXPIRED' | 'CANCELED' | 'WEBHOOK_FAILED' required

The status of the async request.

webhook_status'PENDING' | 'SUCCEEDED' | 'FAILED' | 'CANCELED' | 'NO_WEBHOOK_PROVIDED' required

The status of sending the prediction result to the provided webhook.

created_atstring required

The time in UTC at which the async request was created.

status_atstring required

The time in UTC at which the async request's status was last updated.

All 157 operations