---
title: "Get project voices"
method: GET
path: "/v2/projects/{project_id}/voices"
tags: ["projects"]
---

# Get project voices

`GET /v2/projects/{project_id}/voices`

Get list of project voices.

## Path parameters

- `project_id` string, uuid, required — Project ID

## Response `200`

Voice list

- Voice[]
  - `id` string, required — Voice ID
  - `label` string, required — Voice label
  - `sample_src` string, nullable — Voice sample link
  - `gender` string, required — Voice gender

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/rask/apis/rask-api-documentation.md) · [All operations](https://skmtc.net/rask/apis/rask-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rask/rask-api-documentation/versions/e517d78f3592/schema)
