Skip to main content
GET
Get async queue status for a regional environment.

Authorizations

Authorization
string
header
required

Pass your Baseten API key. Clients automatically send Authorization: Bearer <key>. Direct callers can also use Authorization: Api-Key <key>; both schemes are accepted.

Response

Async queue status for a deployment.

model_id
string
required

The ID of the model.

deployment_id
string
required

The ID of the deployment.

num_queued_requests
integer
required

Number of requests with QUEUED status awaiting processing.

num_in_progress_requests
integer
required

Number of requests currently being processed by the model.