---
title: "GET /voice-connector-groups"
method: GET
path: "/voice-connector-groups"
---

# GET /voice-connector-groups

`GET /voice-connector-groups`

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

## Query parameters

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

## Response `200`

Success

- ListVoiceConnectorGroupsResponse
  - `VoiceConnectorGroups` VoiceConnectorGroup[] — The details of the Amazon Chime Voice Connector groups.
    - `VoiceConnectorGroupId` string — The Amazon Chime Voice Connector group ID.
    - `Name` string — The name of the Amazon Chime Voice Connector group.
    - `VoiceConnectorItems` VoiceConnectorItem[] — The Amazon Chime Voice Connectors to which to route inbound calls.
      - `VoiceConnectorId` string, required — The Amazon Chime Voice Connector ID.
      - `Priority` integer, required — The priority associated with the Amazon Chime Voice Connector, with 1 being the highest priority. Higher priority Amazon Chime Voice Connectors are attempted first.
    - `CreatedTimestamp` string, date-time — The Amazon Chime Voice Connector group creation time stamp, in ISO 8601 format.
    - `UpdatedTimestamp` string, date-time — The updated Amazon Chime Voice Connector group time stamp, in ISO 8601 format.
    - `VoiceConnectorGroupArn` string — The ARN of the specified Amazon Chime Voice Connector group.
  - `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)
