---
title: "Get Queue"
method: GET
path: "/v3/enterprise/queue"
tags: ["queue"]
---

# Get Queue

`GET /v3/enterprise/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.

## Response `200`

Successful Response

- QueueResponse — Response model for queue endpoint.
  - `queue_size` integer, required
  - `status` 'normal' | 'elevated' | 'high', required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `422` — Unprocessable Content
- `429` — Too Many Requests

---

[API](https://skmtc.net/devinenterprise/apis/devin-api-v1.md) · [All operations](https://skmtc.net/devinenterprise/apis/devin-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/devinenterprise/devin-api-v1/revisions/e3244476af1c/schema)
