Authorizations
Response
200
curl --request GET \
--url https://rest.cerebrium.ai/v2/projects/{project_id}/apps/{app_id}/runs/queueDepth \
--header 'Authorization: Bearer <token>'Retrieve the number of queued runs for a specific app.
curl --request GET \
--url https://rest.cerebrium.ai/v2/projects/{project_id}/apps/{app_id}/runs/queueDepth \
--header 'Authorization: Bearer <token>'