---
title: "Get a list of queues for your organization"
method: GET
path: "/v1/queues"
tags: ["Queues"]
deprecated: true
---

# Get a list of queues for your organization

`GET /v1/queues`

> **Deprecated.**

## Response `200`

A list of queues for the organization

- 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
  - `paging` Paging
    - `cursors` object, required
      - `after` string — The id of the item immediately after the last item in this resultset
      - `before` string — The id of the item immedeately before the first item in this resultset
    - `next_page` string — The link to the next page of values
    - `prev_page` string — The link to the previsous page of results

---

[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)
