---
title: "List Voices"
method: GET
path: "/v1/voice/voices"
tags: ["voice"]
---

# List Voices

`GET /v1/voice/voices`

## Query parameters

- `provider` 'elevenlabs' | 'inworld', nullable
- `language` string, nullable
- `is_active` boolean, nullable

## Response `200`

Successful Response

- VoiceListResponse
  - `voices` VoiceOut[]
    - `id` string, uuid, required
    - `provider` 'elevenlabs' | 'inworld', required
    - `external_id` string, required
    - `name` string, required
    - `description` string, nullable
    - `preview_url` string, nullable
    - `language` string, nullable
    - `accent` string, nullable
    - `category` string, nullable
    - `labels` object
    - `supported_models` string[]
    - `is_active` boolean
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
  - `total` integer, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-12** `5a5597ebb2d6` — 1 breaking, 2 warning, 2 info
  - the `provider` response property const value `elevenlabs` was removed for the status `200`
  - added the new `elevenlabs` enum value to the `voices/items/provider` response property for the response status `200`
  - added the new `inworld` enum value to the `voices/items/provider` response property for the response status `200`
  - added the enum value `elevenlabs` to the property `anyOf[subschema #1]/` of the `query` request parameter `provider`
  - …1 more

[Change history](https://skmtc.dev/oneloop-hq/apis/feather-api/changes/v1/voice/voices/get.md)

---

[API](https://skmtc.dev/oneloop-hq/apis/feather-api.md) · [All operations](https://skmtc.dev/oneloop-hq/apis/feather-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/oneloop-hq/feather-api/revisions/9cd7291d4228/schema)
