---
title: "GET /voice-connectors"
method: GET
path: "/voice-connectors"
---

# GET /voice-connectors

`GET /voice-connectors`

Lists the Amazon Chime Voice Connectors for the administrator's AWS account.

## Query parameters

- `next-token` string
- `max-results` integer
- `MaxResults` string
- `NextToken` string

## Response `200`

Success

- ListVoiceConnectorsResponse
  - `VoiceConnectors` VoiceConnector[] — The details of the Amazon Chime Voice Connectors.
    - `VoiceConnectorId` string — The Amazon Chime Voice Connector ID.
    - `AwsRegion` 'us-east-1' | 'us-west-2' — The AWS Region in which the Amazon Chime Voice Connector is created. Default: <code>us-east-1</code>.
    - `Name` string — The name of the Amazon Chime Voice Connector.
    - `OutboundHostName` string — The outbound host name for the Amazon Chime Voice Connector.
    - `RequireEncryption` boolean — Designates whether encryption is required for the Amazon Chime Voice Connector.
    - `CreatedTimestamp` string, date-time — The Amazon Chime Voice Connector creation timestamp, in ISO 8601 format.
    - `UpdatedTimestamp` string, date-time — The updated Amazon Chime Voice Connector timestamp, in ISO 8601 format.
    - `VoiceConnectorArn` string — The ARN of the specified Amazon Chime Voice Connector.
  - `NextToken` string — The token to use to retrieve the next page of results.

## Other responses

- `480` — UnauthorizedClientException
- `481` — ForbiddenException
- `482` — BadRequestException
- `483` — ThrottledClientException
- `484` — ServiceUnavailableException
- `485` — ServiceFailureException

---

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