---
title: "List all voices in the account's voice library"
method: GET
path: "/v1/accounts/{accountId}/voice-library"
tags: ["Voice Library"]
---

# List all voices in the account's voice library

`GET /v1/accounts/{accountId}/voice-library`

## Query parameters

- `language` string
- `gender` 'male' | 'female' | 'neutral'
- `provider` string
- `isPolyVoice` boolean

## Response `200`

Successful response

- ListVoicesResponse — Response for GET /voice-library.
  - `voices` VoiceResponse[], required
    - `id` string, required — Unique voice identifier
    - `name` string, required — Human-readable voice name
    - `provider` string, required — TTS provider
    - `providerVoiceId` string, required — Voice ID from the TTS provider
    - `config` object, required — Provider-specific voice config
    - `metadata` object — Additional voice metadata
    - `isPolyVoice` boolean — True if this is a Poly-curated voice (vs account-owned)

## Other responses

- `401` — Unauthorized – missing or invalid API key
- `403` — Forbidden – insufficient permissions
- `404` — Resource not found

---

[API](https://skmtc.net/poly/apis/polyai-agents-api.md) · [All operations](https://skmtc.net/poly/apis/polyai-agents-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/poly/polyai-agents-api/revisions/76f3c606e395/schema)
