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.
Authorizations
Pass your Baseten API key. Clients automatically send Authorization: Bearer <key>. Direct callers can also use Authorization: Api-Key <key>; both schemes are accepted.
Path Parameters
The ID of the async request.
Response
Current status of an async request.
The ID of the async request.
The ID of the deployment that executed the request.
The status of the async request.
QUEUED, IN_PROGRESS, SUCCEEDED, FAILED, EXPIRED, CANCELED, WEBHOOK_FAILED The status of sending the prediction result to the provided webhook.
PENDING, SUCCEEDED, FAILED, CANCELED, NO_WEBHOOK_PROVIDED The time in UTC at which the async request was created.
The time in UTC at which the async request's status was last updated.
Errors that occurred while processing the async request. Empty if no errors occurred.
The ID of the model that executed the request. Present for model requests.
The ID of the chain that executed the request. Present for chain requests.