cURL
curl --request GET \ --url https://model-{model_id}.api.baseten.co/development/async_queue_status \ --header 'Authorization: <api-key>'
{ "model_id": "<string>", "deployment_id": "<string>", "num_queued_requests": 123, "num_in_progress_requests": 123 }
API key with the Api-Key prefix, e.g. Authorization: Api-Key abcd1234.abcd1234.
Api-Key
Authorization: Api-Key abcd1234.abcd1234
Async queue status for a deployment.
The ID of the model.
The ID of the deployment.
Number of requests with QUEUED status awaiting processing.
Number of requests currently being processed by the model.
Was this page helpful?