Skip to main content
GET
/
agents
/
{agent_id}
/
revisions
/
{build_id}
/
integrations
/
{integration_id}
/
queues
List build integration queues
curl --request GET \
  --url https://api.duvo.ai/v1/agents/{agent_id}/revisions/{build_id}/integrations/{integration_id}/queues \
  --header 'Authorization: Bearer <token>'
{
  "queues": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.duvo.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Path Parameters

agent_id
string<uuid>
required

Agent ID

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$
build_id
string<uuid>
required

Build ID

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$
integration_id
string<uuid>
required

Integration ID

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$

Response

Default Response

queues
object[]
required