---
title: "GET /queues/{InstanceId}/{QueueId}"
method: GET
path: "/queues/{InstanceId}/{QueueId}"
---

# GET /queues/{InstanceId}/{QueueId}

`GET /queues/{InstanceId}/{QueueId}`

This API is in preview release for Amazon Connect and is subject to change.

Describes the specified queue.

## Path parameters

- `InstanceId` string, required
- `QueueId` string, required

## Response `200`

Success

- DescribeQueueResponse
  - `Queue` object — The name of the queue.
    - `Name` string — The name of the queue.
    - `QueueArn` string — The Amazon Resource Name (ARN) for the queue.
    - `QueueId` string — The identifier for the queue.
    - `Description` string — The description of the queue.
    - `OutboundCallerConfig` object — The outbound caller ID name, number, and outbound whisper flow.
      - `OutboundCallerIdName` string — The caller ID name.
      - `OutboundCallerIdNumberId` string — The caller ID number.
      - `OutboundFlowId` string — The outbound whisper flow to be used during an outbound call.
    - `HoursOfOperationId` string — The identifier for the hours of operation.
    - `MaxContacts` integer — The maximum number of contacts that can be in the queue before it is considered full.
    - `Status` 'ENABLED' | 'DISABLED' — The status of the queue.
    - `Tags` object — The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.

## Other responses

- `480` — InvalidRequestException
- `481` — InvalidParameterException
- `482` — ResourceNotFoundException
- `483` — ThrottlingException
- `484` — InternalServiceException

---

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