---
title: "Get Voice"
method: GET
path: "/v3/voices/{voice_id}"
tags: ["Voices"]
---

# Get Voice

`GET /v3/voices/{voice_id}`

Returns details for a specific voice, including clone workflow status when available. Use this to poll a voice clone until its status is 'complete'.

## Path parameters

- `voice_id` string, required

## Response `200`

Successful response

- object
  - `data` VoiceDetailV3 — Response payload for GET /v3/voices/{voice_id}.
    - `voice_id` string, required — Unique voice identifier.
    - `name` string, nullable — Display name of the voice. Only present when the voice record exists.
    - `language` string, nullable — Primary language of the voice. Only present when the voice record exists.
    - `gender` string, nullable — Gender of the voice (e.g., 'male', 'female'). Only present when the voice record exists.
    - `preview_audio_url` string, nullable — URL to a short preview audio clip. Only present for completed voices.
    - `status` 'processing' | 'complete' | 'failed', nullable — Clone status. Only present for cloned voices.
    - `failure_message` string, nullable — Error description. Only present when status is 'failed'.
    - `support_pause` boolean, required — Whether the voice supports SSML pause/break tags.
    - `support_interactive_avatar` boolean — Whether the voice supports interactive avatar streaming.
    - `created_at` integer, nullable — Unix timestamp when the voice was created.

## Other responses

- `400` — Invalid request parameters
- `401` — Authentication failed
- `404` — Resource not found
- `429` — Rate limit exceeded

---

[API](https://skmtc.net/heygen/apis/heygen-external-api.md) · [All operations](https://skmtc.net/heygen/apis/heygen-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/heygen/heygen-external-api/versions/e2e54726e210/schema)
