---
title: "GET /list-voices"
method: GET
path: "/list-voices"
---

# GET /list-voices

`GET /list-voices`

List all voices available to the user

## Response `200`

Successfully retrieved all voices.

- VoiceResponse[]
  - `voice_id` string, required — Unique id for the voice.
  - `voice_name` string, required — Name of the voice.
  - `provider` 'elevenlabs' | 'openai' | 'cartesia' | 'minimax' | 'fish_audio' | 'platform', required — Indicates the provider of voice.
  - `accent` string — Accent annotation of the voice.
  - `gender` 'male' | 'female', required — Gender of voice.
  - `age` string — Age annotation of the voice.
  - `preview_audio_url` string — URL to the preview audio of the voice.

## Other responses

- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.net/retellai/apis/retell-sdk.md) · [All operations](https://skmtc.net/retellai/apis/retell-sdk/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/retellai/retell-sdk/versions/2a182bedbfc5/schema)
