---
title: "Get Available Nodes"
method: GET
path: "/api/workflows/node-definitions"
tags: ["Workflows"]
---

# Get Available Nodes

`GET /api/workflows/node-definitions`

Get all available node type definitions for the workflow builder.

Returns the ComfyUI-style node definitions with:
- inputs: Named typed input slots
- outputs: Named typed output slots
- widgets: Configuration widgets with values
- category: Node category for grouping

## Response `200`

Successful Response

- unknown

---

[API](https://skmtc.net/qomplement/apis/fastapi.md) · [All operations](https://skmtc.net/qomplement/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qomplement/fastapi/versions/b6c76b02a94a/schema)
