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

workflow_id
string
required
Required string length: 24
Pattern: ^[0-9a-f]{24}$
Example:

"5eb7cf5a86d9755df3a6c593"

Query Parameters

version_number
integer | null

Response

Successful Response