cURL
curl --request GET \ --url https://api-qa.interactly.ai/workflows/v1/tools/schema/{tool_type} \ --header 'Authorization: Bearer <token>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Endpoint to retrieve the schema for a specific tool type.
Retrieve your API Key from Dashboard API Keys Section.
Enumeration of tool types.
inbuilt_function
inline_python
external_api
knowledge_base
Successful Response