---
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' | 'BRAZILIAN_PORTUGUESE' | 'GERMAN' | 'RUSSIAN' | 'HINDI' | 'CHINESE' | 'DUTCH' | 'ARABIC'
- `gender` 'MALE' | 'FEMALE'

## 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' | 'BRAZILIAN_PORTUGUESE' | 'GERMAN' | 'RUSSIAN' | 'HINDI' | 'CHINESE' | 'DUTCH' | 'ARABIC', nullable
  - `gender` 'MALE' | 'FEMALE', nullable

## Other responses

- `400` — Unexpected error

## Changes

- **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/48a779d9f736/schema)
