---
title: "List Voice Dictionaries"
method: GET
path: "/v1/voice-agents/voice-dictionaries/list"
---

# List Voice Dictionaries

`GET /v1/voice-agents/voice-dictionaries/list`

Retrieves a paginated list of voice dictionaries.

## Query parameters

- `skip` integer
- `take` integer
- `search` string
- `used` boolean
- `voiceAgentId` string, uuid

## Response `200`

Successful response

- ListVoiceDictionariesResponse
  - `success` boolean
  - `data` object
    - `dictionaries` object[]
      - `id` string, uuid
      - `name` string
      - `wordsCount` integer
      - `isUsed` boolean
      - `createdAt` string, date-time
    - `total` integer
    - `page` integer
    - `pageSize` integer

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `500` — Server Side Error

---

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