Skip to main content
GET
/
workflows
/
v1
/
super-nodes
List Super Nodes
curl --request GET \
  --url https://api-qa.interactly.ai/workflows/v1/super-nodes \
  --header 'Authorization: Bearer <token>'
[
  {
    "workflow_id": "<string>",
    "num_input_fields": 123,
    "workflow_version_number": 123,
    "name": "<string>",
    "description": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Retrieve your API Key from Dashboard API Keys Section.

Response

Successful Response

workflow_id
string
required

MongoDB ObjectId of the encapsulated workflow

num_input_fields
integer
required

Number of input fields declared in the interface

workflow_version_number
integer | null

Version number of the workflow snapshot this super node represents

name
string | null

Super node display name

description
string | null

Super node description