---
title: "Get a Voice by id"
method: GET
path: "/voices/{id}"
---

# Get a Voice by id

`GET /voices/{id}`

Returns a single Voice identified by its id

## Path parameters

- `id` string, required — The id of the Voice to retrieve

## Response `200`

Detailed information about the Voice

- Voice
  - `id` string, uuid
  - `name` string
  - `createdAt` string, date-time
  - `updatedAt` string, date-time
  - `status` string
  - `sampleUrl` string
  - `language` 'ENGLISH' | 'SPANISH' | 'FRENCH' | 'PORTUGUESE' | 'GERMAN' | 'RUSSIAN' | 'HINDI' | 'CHINESE' | 'DUTCH' | 'ARABIC' | 'POLISH' | 'BULGARIAN' | 'JAPANESE' | 'ITALIAN', nullable
  - `gender` 'MALE' | 'FEMALE', nullable

## Other responses

- `404` — Voice not found

## Changes

- **2026-03-24** `0c7a29d5b745` — 4 warning, 1 info
  - added the new `BULGARIAN` enum value to the `language/allOf[#/components/schemas/VoiceLanguage]/` response property for the response status `200`
  - added the new `ITALIAN` enum value to the `language/allOf[#/components/schemas/VoiceLanguage]/` response property for the response status `200`
  - added the new `JAPANESE` enum value to the `language/allOf[#/components/schemas/VoiceLanguage]/` response property for the response status `200`
  - added the new `POLISH` enum value to the `language/allOf[#/components/schemas/VoiceLanguage]/` response property for the response status `200`
  - …1 more
- **2025-12-03** `8deefa349e1d` — 1 warning, 1 info
  - removed the optional property `createAt` from the response with the `200` status
  - added the optional property `createdAt` to the response with the `200` status
- **2025-10-24** `9346a335d8ce` — 2 info
  - added the optional property `gender` to the response with the `200` status
  - added the optional property `language` to the response with the `200` status
- **2025-02-03** `482151d1fd5a` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/argildotai/apis/argil-api/changes/voices/:id/get.md)

---

[API](https://skmtc.dev/argildotai/apis/argil-api.md) · [All operations](https://skmtc.dev/argildotai/apis/argil-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/argildotai/argil-api/revisions/f3d0315da0f0/schema)
