---
title: "GET /personalvoices/{id}"
method: GET
path: "/personalvoices/{id}"
tags: ["PersonalVoice"]
---

# GET /personalvoices/{id}

`GET /personalvoices/{id}`

Gets the personal voice identified by the given ID.

## Path parameters

- `id` string, required

## Query parameters

- `api-version` string, required

## Response `200`

Success

- PersonalVoice — Personal voice object
  - `id` string — Resource id
  - `speakerProfileId` string, uuid — Personal voice speaker profile id. Fill this property in SSML.
  - `displayName` string — Display name of personal voice
  - `description` string — Personal voice description
  - `projectId` string, required — Resource id
  - `consentId` string, required — Resource id
  - `audios` AzureBlobContentSource — Azure Blob Storage content. With the examples below, it represents files https://contoso.blob.core.windows.net/voicecontainer/jessica/*.wav
    - `containerUrl` string, url, required — Azure Blob Storage container URL with [SAS](https://learn.microsoft.com/azure/storage/common/storage-sas-overview). Need both read and list permissions.
    - `prefix` string — Blob name prefix.
    - `extensions` string[], required — File name extensions.
  - `properties` PersonalVoiceProperties — Personal voice properties
    - `failureReason` 'InaccessibleCustomerStorage' | 'SpeakerVerificationFailed' | 'TerminateByUser' | 'Internal' — Model training failure reason
  - `status` 'NotStarted' | 'Running' | 'Succeeded' | 'Failed' | 'Disabling' | 'Disabled' — Status of a resource.
  - `createdDateTime` string, date-time — The timestamp when the object was created. The timestamp is encoded as ISO 8601 date and time format ("YYYY-MM-DDThh:mm:ssZ", see https://en.wikipedia.org/wiki/ISO_8601#Combined_date_and_time_representations).
  - `lastActionDateTime` string, date-time — The timestamp when the current status was entered. The timestamp is encoded as ISO 8601 date and time format ("YYYY-MM-DDThh:mm:ssZ", see https://en.wikipedia.org/wiki/ISO_8601#Combined_date_and_time_representations).

## Other responses

- `default` — An error occurred.

---

[API](https://skmtc.net/azure/apis/cognitiveservices-speech-texttospeech.md) · [All operations](https://skmtc.net/azure/apis/cognitiveservices-speech-texttospeech/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/cognitiveservices-speech-texttospeech/revisions/ab0685f3cc0d/schema)
