---
title: "Get queue availability"
method: GET
path: "/beta/queues/{queueId}/availability"
tags: ["Queues", "Chatbots"]
---

# Get queue availability

`GET /beta/queues/{queueId}/availability`

Get availability of supported channels for a given queue. Currently supported channels are adachat, kindlychat, digitalgeniuschat, genericapimessaging.

## Path parameters

- `queueId` string, uuid, required

## Response `200`

The availability of supported channels for a given queue

- QueueAvailabilityOutput
  - `data` ChannelAvailabilityOutcome[]
    - union
      - Failure
        - `error` ChannelAvailabilityError, required
          - `channel` string, required
          - `message` string, required
      - Success
        - `channelAvailability` ChannelAvailability, required
          - `genericChannelName` string, required
          - `availability` string, required — values: [Available, NotAvailable]
          - `queueSize` integer — The number of conversations currently waiting in the queue. This field will only be present if the queue availability is NotAvailable.

## Other responses

- `400` — Invalid value for: path parameter queueId, Invalid value extracted from request context ,queue does not exist
- `409` — The request could not be completed due to no supported channels configured for this organization
- `500` — Internal failure during request processing

---

[API](https://skmtc.net/dixa/apis/dixa-api.md) · [All operations](https://skmtc.net/dixa/apis/dixa-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dixa/dixa-api/versions/041e058483f0/schema)
