---
title: "Get Voice"
method: GET
path: "/v1/voice/voices/{voice_id}"
tags: ["voice"]
---

# Get Voice

`GET /v1/voice/voices/{voice_id}`

## Path parameters

- `voice_id` string, uuid, required

## Response `200`

Successful Response

- 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

## 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)
