Skip to main content
GET
/
workflows
/
v1
/
tools
/
schema
/
{tool_type}
Get Tool Schema
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>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Retrieve your API Key from Dashboard API Keys Section.

Path Parameters

tool_type
enum<string>
required

Enumeration of tool types.

Available options:
inbuilt_function,
inline_python,
external_api,
knowledge_base

Response

Successful Response