List workspace tools

Return tools directly attached to a workspace.

Authentication

AuthorizationBearer

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

Path parameters

workspaceIdstringRequired
Workspace whose attached tools to return.

Headers

X-Account-IdstringRequired
Account that owns the workspace.

Response

An array of directly attached tools. Returns an empty array when none are attached.
toolslist of objects
Attached tool summaries. Headers and request bodies are not returned.

Errors

403
Forbidden Error
404
Not Found Error
500
Internal Server Error