---
title: "Get a queue by id"
method: GET
path: "/v1/queues/{id}"
tags: ["Queues"]
deprecated: true
---

# Get a queue by id

`GET /v1/queues/{id}`

> **Deprecated.**

## Path parameters

- `id` string, required

## Response `200`

A successful response with a queue

- object
  - `data` Queue, required
    - `id` string, required
    - `name` string, required
    - `is_default` boolean, required — Whether or not this queue is the default queue for this organization
    - `priority` integer — The priority of the queue

## Other responses

- `404` — The queue was not found

---

[API](https://skmtc.dev/dixa/apis/integrations-api-deprecated.md) · [All operations](https://skmtc.dev/dixa/apis/integrations-api-deprecated/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dixa/integrations-api-deprecated/revisions/bb4e8372fb22/schema)
