---
title: "List Super Nodes"
method: GET
path: "/workflows/v1/super-nodes"
tags: ["Super Nodes"]
---

# List Super Nodes

`GET /workflows/v1/super-nodes`

List all super nodes published for this team.

Returns all active published super nodes across all workflow versions.
Multiple entries for the same workflow ID may appear if different versions
have been published.

## Response `200`

Successful Response

- SuperNodeSummary[]
  - `workflow_id` string, required — MongoDB ObjectId of the encapsulated workflow
  - `workflow_version_number` integer, nullable — Version number of the workflow snapshot this super node represents
  - `name` string, nullable — Super node display name
  - `description` string, nullable — Super node description
  - `num_input_fields` integer, required — Number of input fields declared in the interface

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/interactly/apis/interactly-api-3.md) · [All operations](https://skmtc.dev/interactly/apis/interactly-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/interactly/interactly-api-3/revisions/35cbea12a781/schema)
