---
title: "Get Voice Dictionary by ID"
method: GET
path: "/v1/voice-agents/voice-dictionaries/{id}"
---

# Get Voice Dictionary by ID

`GET /v1/voice-agents/voice-dictionaries/{id}`

Retrieves a specific voice dictionary by its unique identifier.

## Path parameters

- `id` string, uuid, required

## Response `200`

Successful response

- GetVoiceDictionaryResponse
  - `success` boolean
  - `data` object
    - `id` string, uuid
    - `name` string
    - `words` object[]
      - `word` string
      - `pronunciation` string
    - `createdAt` string, date-time
    - `updatedAt` string, date-time

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Voice dictionary not found
- `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/revisions/ecbeb5d8dc13/schema)
