---
title: "GET /voice-profiles/{VoiceProfileId}"
method: GET
path: "/voice-profiles/{VoiceProfileId}"
---

# GET /voice-profiles/{VoiceProfileId}

`GET /voice-profiles/{VoiceProfileId}`

Retrieves the details of the specified voice profile.

## Path parameters

- `VoiceProfileId` string, required

## Response `200`

Success

- GetVoiceProfileResponse
  - `VoiceProfile` object — The voice profile details.
    - `VoiceProfileId` string — The ID of the voice profile.
    - `VoiceProfileArn` string, password — The ARN of the voice profile.
    - `VoiceProfileDomainId` string — The ID of the domain that contains the voice profile.
    - `CreatedTimestamp` string, date-time — The time at which the voice profile was created and enrolled.
    - `UpdatedTimestamp` string, date-time — The time at which the voice profile was last updated.
    - `ExpirationTimestamp` string, date-time — The time at which a voice profile expires unless you re-enroll the caller via the <code>UpdateVoiceProfile</code> API.

## Other responses

- `480` — BadRequestException
- `481` — UnauthorizedClientException
- `482` — ForbiddenException
- `483` — AccessDeniedException
- `484` — NotFoundException
- `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/versions/89ce97d6fad9/schema)
