---
title: "List Queue Definitions"
method: GET
path: "/api/v2/queues/definitions"
tags: ["Omnichannel Routing Queues"]
---

# List Queue Definitions

`GET /api/v2/queues/definitions`

Returns the definitions of the queues and the
definitions of the conditions under which a queue can execute. The
definition of the action includes a title ("Status"), a type ("list"), and
possible values. The definition of the condition includes the same fields
as well as the possible operators.
#### Allowed For

* Admins

## Response `200`

Success response

- DefinitionsResponse
  - `definitions` object
    - `conditions_all` object[]
      - `group` string
      - `nullable` boolean
      - `operators` object[]
        - `terminal` boolean
        - `title` string
        - `value` string
      - `repeatable` boolean
      - `subject` string
      - `title` string
      - `type` string
      - `values` object[]
        - `enabled` boolean
        - `title` string
        - `value` string
    - `conditions_any` object[]
      - `group` string
      - `nullable` boolean
      - `operators` object[]
        - `terminal` boolean
        - `title` string
        - `value` string
      - `repeatable` boolean
      - `subject` string
      - `title` string
      - `type` string
      - `values` object[]
        - `enabled` boolean
        - `title` string
        - `value` string

---

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