---
title: "List agent voices"
method: GET
path: "/v1/agents/voices"
tags: ["Agents"]
---

# List agent voices

`GET /v1/agents/voices`

The voices an agent can speak with, for `voice.ttsVoiceId`. Filter by `language` to get the ones that speak it; a voice can still be used with `language: auto`, where the agent follows the caller and keeps the chosen voice.

## Query parameters

- `language` string

## Response `200`

Available voices.

- object
  - `items` object[], required
    - `id` string, required — Value for `voice.ttsVoiceId`.
    - `name` string, required
    - `language` string, required
  - `languages` string[], required — Languages an agent can be pinned to. `auto` follows the caller.
  - `total` integer — Voices in the catalog, before filtering.

## Other responses

- `401` — Unauthorized.

---

[API](https://skmtc.net/zavudev/apis/zavu-unified-messaging-layer-api.md) · [All operations](https://skmtc.net/zavudev/apis/zavu-unified-messaging-layer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zavudev/zavu-unified-messaging-layer-api/revisions/4dacdff2adf8/schema)
