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

# GET /quick-connects/{InstanceId}

`GET /quick-connects/{InstanceId}`

Provides information about the quick connects for the specified Amazon Connect instance.

## Path parameters

- `InstanceId` string, required

## Query parameters

- `nextToken` string
- `maxResults` integer
- `QuickConnectTypes` QuickConnectType[]
- `MaxResults` string
- `NextToken` string

## Response `200`

Success

- ListQuickConnectsResponse
  - `QuickConnectSummaryList` QuickConnectSummary[] — Information about the quick connects.
    - `Id` string — The identifier for the quick connect.
    - `Arn` string — The Amazon Resource Name (ARN) of the quick connect.
    - `Name` string — The name of the quick connect.
    - `QuickConnectType` 'USER' | 'QUEUE' | 'PHONE_NUMBER' — 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).
  - `NextToken` string — If there are additional results, this is the token for the next set of results.

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