---
title: "GET /quick-connects/{InstanceId}/{QuickConnectId}"
method: GET
path: "/quick-connects/{InstanceId}/{QuickConnectId}"
---

# GET /quick-connects/{InstanceId}/{QuickConnectId}

`GET /quick-connects/{InstanceId}/{QuickConnectId}`

Describes the quick connect.

## Path parameters

- `InstanceId` string, required
- `QuickConnectId` string, required

## Response `200`

Success

- DescribeQuickConnectResponse
  - `QuickConnect` object — Information about the quick connect.
    - `QuickConnectARN` string — The Amazon Resource Name (ARN) of the quick connect.
    - `QuickConnectId` string — The identifier for the quick connect.
    - `Name` string — The name of the quick connect.
    - `Description` string — The description.
    - `QuickConnectConfig` object — Contains information about the quick connect.
      - `QuickConnectType` 'USER' | 'QUEUE' | 'PHONE_NUMBER', required — The type of quick connect. In the Amazon Connect console, when you create a quick connect, you are prompted to assign one of the following types: Agent (USER), External (PHONE_NUMBER), or Queue (QUEUE).
      - `UserConfig` object — The user configuration. This is required only if QuickConnectType is USER.
        - `UserId` string, required — The identifier of the user.
        - `ContactFlowId` string, required — The identifier of the flow.
      - `QueueConfig` object — The queue configuration. This is required only if QuickConnectType is QUEUE.
        - `QueueId` string, required — The identifier for the queue.
        - `ContactFlowId` string, required — The identifier of the flow.
      - `PhoneConfig` object — The phone configuration. This is required only if QuickConnectType is PHONE_NUMBER.
        - `PhoneNumber` string, required — The phone number in E.164 format.
    - `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)
