---
title: "Get a voice by ID"
method: GET
path: "/v2/voices/{id}"
tags: ["Voices"]
---

# Get a voice by ID

`GET /v2/voices/{id}`

Returns a single voice by the same `id` values GET /v2/voices exposes - premade ElevenLabs voice ids or the UUID of a voice cloned by your organization.

## Path parameters

- `id` string, required

## Query parameters

- `provider` 'elevenlabs'

## Response `200`

Voice details

- VoiceDto
  - `id` string, nullable
  - `internalVoiceId` string, nullable
  - `voiceId` string, nullable
  - `name` string, nullable
  - `provider` 'elevenlabs', required
  - `previewUrl` string, nullable

## Other responses

- `404` — Voice not found

---

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