Returns the current status of an async model or chain request. Rate limited to 20 requests per second.
API key with the Api-Key prefix, e.g. Authorization: Api-Key abcd1234.abcd1234.
The ID of the async request.
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.