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

# Get List Of Voices

`GET /api/v1/voice/voices`

Returns the list of all enabled for both system & owned voices

## Query parameters

- `me` boolean
- `language` string, nullable
- `provider` 'openai' | 'elevenlabs' | 'azure_speech' | 'cartesia' | 'playht'
- `provider_id` string, uuid, nullable
- `owner_type` 'user' | 'system'
- `search_term` string, nullable
- `page` integer
- `size` integer

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/insighto/apis/ragify.md) · [All operations](https://skmtc.net/insighto/apis/ragify/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/insighto/ragify/revisions/cdca56191be9/schema)
