v1
latestOpenAPI 3.0.1MIT2026-07-26104203277.0 KBGet Voice Dictionary by ID
Retrieves a specific voice dictionary by its unique identifier.
get/v1/voice-agents/voice-dictionaries/{id}
Path parameters
idstring uuid required
Example:48f7656f-098b-4c43-b165-7cfd2cc8ac30
UUID of the voice dictionary.
Response
Successful response
Example response
{
"success": true,
"data": {
"id": "48f7656f-098b-4c43-b165-7cfd2cc8ac30",
"name": "Medical Terms Dictionary",
"words": [
{
"word": "acetaminophen",
"pronunciation": "uh-SEE-tuh-MIN-uh-fen"
}
],
"createdAt": "2024-01-15T10:30:00Z",
"updatedAt": "2024-01-15T10:30:00Z"
}
}