Get workspace voice integration

Return a workspace voice integration.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <API_KEY>, where API_KEY is your API key.

Path parameters

workspaceIdstringRequired
Workspace whose voice integration to return.

Headers

X-Account-IdstringRequired
Account that owns the workspace.

Query parameters

includeRenderedbooleanOptional
Include rendered prompt text and first message in the template assignment.

Response

The workspace voice integration.
voiceobject

Voice integration settings. Returns { connected: false } when no integration is configured. Sensitive credentials are not returned.

Errors

403
Forbidden Error
404
Not Found Error
500
Internal Server Error