Skip to main content
GET
/
workflows
/
v1
/
nodes
/
schema
/
{node_type}
Get Node Schema
curl --request GET \
  --url https://api-qa.interactly.ai/workflows/v1/nodes/schema/{node_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

node_type
enum<string>
required
Available options:
say_llm,
worker_llm,
super_node,
say_static,
start_conversation,
end_conversation,
send_sms,
google_docs,
http_request,
athena_patients_search,
athena_patients_update,
athena_patients_create,
athena_appointments_create

Response

Successful Response