---
title: "List all voices"
method: GET
path: "/voices"
---

# List all voices

`GET /voices`

Returns an array of Voice objects available for the user

## Query parameters

- `language` 'ENGLISH' | 'SPANISH' | 'FRENCH' | 'PORTUGUESE' | 'GERMAN' | 'RUSSIAN' | 'HINDI' | 'CHINESE' | 'DUTCH' | 'ARABIC' | 'POLISH' | 'BULGARIAN' | 'JAPANESE' | 'ITALIAN'
- `gender` 'MALE' | 'FEMALE'
- `visibility` 'public' | 'private'

## Response `200`

An array of voices

- 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

- `400` — Unexpected error

## Changes

- **2026-03-24** `0c7a29d5b745` — 1 breaking, 4 warning, 5 info
  - removed the enum value `BRAZILIAN_PORTUGUESE` from the `query` request parameter `language`
  - added the new `BULGARIAN` enum value to the `items/language/allOf[#/components/schemas/VoiceLanguage]/` response property for the response status `200`
  - added the new `ITALIAN` enum value to the `items/language/allOf[#/components/schemas/VoiceLanguage]/` response property for the response status `200`
  - added the new `JAPANESE` enum value to the `items/language/allOf[#/components/schemas/VoiceLanguage]/` response property for the response status `200`
  - …6 more
- **2026-03-06** `c4aa97f4077e` — 1 info
  - added the new optional `query` request parameter `visibility`
- **2025-12-03** `8deefa349e1d` — 1 warning, 1 info
  - removed the optional property `items/createAt` from the response with the `200` status
  - added the optional property `items/createdAt` to the response with the `200` status
- **2025-10-24** `9346a335d8ce` — 4 info
  - added the new optional `query` request parameter `gender`
  - added the new optional `query` request parameter `language`
  - added the optional property `items/gender` to the response with the `200` status
  - added the optional property `items/language` to the response with the `200` status

[Change history](https://skmtc.dev/argildotai/apis/argil-api/changes/voices/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)
