Get Queue
Queue (Enterprise)
Get Queue
Get the queue status for an enterprise.
Returns the total number of queued sessions (status: new, resuming, claimed) and a status indicator (normal/elevated/high).
This endpoint is useful for enterprise admins to monitor queue health and set up alerts for capacity issues.
GET
Get Queue
Documentation Index
Fetch the complete documentation index at: https://docs.devin.ai/llms.txt
Use this file to discover all available pages before exploring further.
Permissions
Requires a service user with theViewAccountMetrics permission at the enterprise level.
Status Thresholds
Thestatus field indicates the current queue pressure based on the number of queued sessions:
| Status | Condition | Description |
|---|---|---|
normal | queue_size ≤ 10 | Queue is operating normally |
elevated | 11 ≤ queue_size ≤ 50 | Queue pressure is elevated |
high | queue_size > 50 | Queue pressure is high |
