---
title: "Get Global Node Config Schema"
method: GET
path: "/workflows/v1/workflows/schemas/global-node-config"
tags: ["Workflows"]
---

# Get Global Node Config Schema

`GET /workflows/v1/workflows/schemas/global-node-config`

Endpoint to retrieve the JSON schema for ``GlobalNodeConfig``.

Consumed by the dashboard's Super Node dialog to render the Routing & Guardrails
sub-form via ``SchemaDrivenForm`` instead of hand-rolled MUI controls. Returning
the Pydantic-derived schema keeps every leaf field (``condition_freeform``,
``condition_expression``, ``args_schema``, ``static_messages_config``,
``dynamic_messages_config``, ``reverse_conditional_edge``, etc.) automatically
in sync with the runtime config.

## Response `200`

Successful Response

- unknown

---

[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/777675c8a285/schema)
