Get effective workspace tools

Return the tools available to each workspace channel.

Authentication

AuthorizationBearer

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

Path parameters

workspaceIdstringRequired
Workspace whose available tools to return.

Headers

X-Account-IdstringRequired
Account that owns the workspace.

Query parameters

modestringOptional
Return only this channel instead of both.

Response

Available tools by channel. Returns only the requested channel when mode is set.
chatobjectOptional
The effective tool set of the chat channel.
voiceobjectOptional
The effective tool set of the voice channel. Same shape as chat.

Errors

400
Bad Request Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error