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
workspaceId
Workspace whose voice integration to return.
Headers
X-Account-Id
Account that owns the workspace.
Query parameters
includeRendered
Include rendered prompt text and first message in the template assignment.
Response
The workspace voice integration.
voice
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

