---
title: "Show Queue"
method: GET
path: "/api/v2/queues/{queue_id}"
tags: ["Omnichannel Routing Queues"]
---

# Show Queue

`GET /api/v2/queues/{queue_id}`

Returns a queue for the given queue id.
#### Allowed For

* Agents

## Response `200`

Success response

- QueueResponse
  - `queue` QueueObject
    - `created_at` string, date-time — The time the queue was created
    - `definition` object — Conditions when queue could be applied
      - `all` object[]
        - `field` string
        - `operator` string
        - `value` string
      - `any` object[]
        - `field` string
        - `operator` string
        - `value` string
    - `description` string — The description of the queue
    - `id` string — Automatically assigned when creating queue
    - `name` string — The name of the queue
    - `order` integer — The queue-applied order
    - `primary_groups` object — Primary group ids linked to the queue
      - `count` integer
      - `groups` object[]
        - `id` integer
        - `name` string
    - `priority` integer — The queue-applied priority
    - `secondary_groups` object — Secondary group ids linked to the queue
      - `count` integer
      - `groups` object[]
        - `id` integer
        - `name` string
    - `updated_at` string, date-time — The time of the queue's last update
    - `url` string — The API URL of the queue

---

[API](https://skmtc.dev/botbrains-io/apis/support-api.md) · [All operations](https://skmtc.dev/botbrains-io/apis/support-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/botbrains-io/support-api/revisions/d53eac07ba68/schema)
