---
title: "GET /voice-profile-domains/{VoiceProfileDomainId}"
method: GET
path: "/voice-profile-domains/{VoiceProfileDomainId}"
---

# GET /voice-profile-domains/{VoiceProfileDomainId}

`GET /voice-profile-domains/{VoiceProfileDomainId}`

Retrieves the details of the specified voice profile domain.

## Path parameters

- `VoiceProfileDomainId` string, required

## Response `200`

Success

- GetVoiceProfileDomainResponse
  - `VoiceProfileDomain` object — The details of the voice profile domain.
    - `VoiceProfileDomainId` string — The ID of the voice profile domain.
    - `VoiceProfileDomainArn` string, password — The voice profile domain's Amazon Resource Number (ARN).
    - `Name` string — The name of the voice profile domain.
    - `Description` string — The description of the voice profile domain.
    - `ServerSideEncryptionConfiguration` object — A structure that contains the configuration settings for server-side encryption.
      - `KmsKeyArn` string, password, required — The ARN of the KMS key used to encrypt the enrollment data in a voice profile domain. Asymmetric customer managed keys are not supported.
    - `CreatedTimestamp` string, date-time — The time at which the voice profile domain was created.
    - `UpdatedTimestamp` string, date-time — The time at which the voice profile was last updated.

## Other responses

- `480` — UnauthorizedClientException
- `481` — NotFoundException
- `482` — ForbiddenException
- `483` — AccessDeniedException
- `484` — BadRequestException
- `485` — ThrottledClientException
- `486` — ServiceUnavailableException
- `487` — ServiceFailureException

---

[API](https://skmtc.net/aws/apis/chime-sdk-voice.md) · [All operations](https://skmtc.net/aws/apis/chime-sdk-voice/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/chime-sdk-voice/revisions/89ce97d6fad9/schema)
