For the complete documentation index, see llms.txt. This page is also available as Markdown.

Voicebots

List the organization's voicebots

List Voicebots

get

Get all voicebots configured for the organization.

Authorizations
AuthorizationstringRequired

Organization API Token.

Paste only your token in the field below — the Bearer prefix is added automatically by the docs UI and in every generated code sample. The final header sent is:

Authorization: Bearer {orgId}.{secretToken}

Token format: {orgId}.{secretToken} — example: 15c94c3c-1873-4a09-bfbb-03357c29ea50.abc123xyz.

JWT tokens are NOT accepted.

Query parameters
limitintegerOptional

Number of results to return (default: 50)

offsetintegerOptional

Offset for pagination (default: 0)

Responses
200

List of voicebots

application/json
Other propertiesanyOptional
get/api/voicebots
200

List of voicebots

Last updated