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

# List Voices

`GET /v1/voice/voices`

## Query parameters

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

## Response `200`

Successful Response

- VoiceListResponse
  - `voices` VoiceOut[]
    - `id` string, uuid, required
    - `provider` 'elevenlabs', 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

---

[API](https://skmtc.net/oneloop-hq/apis/feather-api.md) · [All operations](https://skmtc.net/oneloop-hq/apis/feather-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oneloop-hq/feather-api/versions/888bdd5c076e/schema)
