Skip to main content
GET
List Voice Dictionaries

Authorizations

Authorization
string
header
required

Pass the API key in the Authorization header, You need to put Token keyword before the API key. e.g. 'Authorization: Token '

Query Parameters

skip
integer
default:1

Number of items to skip (pagination).

Example:

1

take
integer
default:10

Number of items to take (pagination).

Example:

10

Optional search text, applied to dictionary names.

Example:

"Medical"

used
boolean

Filter by whether the dictionary is actively used by a voice agent.

Example:

true

voiceAgentId
string<uuid>

Filter by voice agent ID.

Example:

"48f7656f-098b-4c43-b165-7cfd2cc8ac30"

Response

Successful response

success
boolean
Example:

true

data
object