---
title: "List all voices"
method: GET
path: "/v1/audio/voices"
tags: ["audio.voices"]
deprecated: true
---

# List all voices

`GET /v1/audio/voices`

> **Deprecated.**

Offset pagination will not be supported anymore. Use GET /v2/audio/voices instead.

## Query parameters

- `limit` integer — Maximum number of voices to return
- `offset` integer — Offset for pagination
- `type` 'all' | 'custom' | 'preset' — Filter the voices between customs and presets

## Response `200`

Successful Response

- VoiceListResponse — Schema for voice list response
  - `items` VoiceResponse[], required
    - `name` string, required
    - `slug` string, nullable
    - `languages` string[]
    - `gender` string, nullable
    - `age` integer, nullable
    - `tags` string[], nullable
    - `color` string, nullable
    - `description` string, nullable
    - `retention_notice` integer
    - `id` string, uuid, required
    - `created_at` string, date-time, required
    - `user_id` string, nullable, required
    - `trimmed_seconds` number, nullable
    - `type` 'preset' | 'custom', required
  - `total` integer, required
  - `page` integer, required
  - `page_size` integer, required
  - `total_pages` integer, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-23** `fa73befe1c61` — 2 info
  - endpoint deprecated
  - added the required property `items/items/type` to the response with the `200` status
- **2026-07-26** `933c4ebdcd72` — 3 warning
  - for the `query` request parameter `limit`, the max was set to `100.00`
  - for the `query` request parameter `limit`, the min was set to `1.00`
  - for the `query` request parameter `offset`, the min was set to `0.00`

[Change history](https://skmtc.dev/mistral/apis/mistral-ai-api/changes/v1/audio/voices/get.md)

---

[API](https://skmtc.dev/mistral/apis/mistral-ai-api.md) · [All operations](https://skmtc.dev/mistral/apis/mistral-ai-api/llms.txt) · [OpenAPI document](https://skmtc.dev/mistral/apis/mistral-ai-api/revisions/fa73befe1c61?raw)
