Skip to main content
GET
/
v2
/
queues
/
{queue_id}
Get Queue
curl --request GET \
  --url https://api.duvo.ai/v2/queues/{queue_id} \
  --header 'Authorization: Bearer <token>'
{
  "queue": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>",
    "description": "<string>",
    "folder_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "created_at": "<string>",
    "has_approvals": true
  }
}

Authorizations

Authorization
string
header
required

API key authentication. Get your API key from the Duvo dashboard.

Path Parameters

queue_id
string<uuid>
required

The queue's unique identifier

Response

Default Response

queue
object
required