---
title: "Get Super Node Schema"
method: GET
path: "/workflows/v1/super-nodes/{workflow_id}/schema"
tags: ["Super Nodes"]
---

# Get Super Node Schema

`GET /workflows/v1/super-nodes/{workflow_id}/schema`

Return the JSON Schema for the super node's input fields.

If version_number is omitted, resolves to the workflow's active_version_number.
The schema describes the shape of the `field_values` dict that a calling workflow
must populate when instantiating this super node. Useful for UI form rendering.

## Path parameters

- `workflow_id` string, required

## Query parameters

- `version_number` integer, nullable

## Response `200`

Successful Response

- unknown

## 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)
