---
title: "get specify comfy-node based on its id"
method: GET
path: "/nodes/{nodeId}/versions/{version}/comfy-nodes/{comfyNodeId}"
tags: ["ComfyNodes"]
---

# get specify comfy-node based on its id

`GET /nodes/{nodeId}/versions/{version}/comfy-nodes/{comfyNodeId}`

## Path parameters

- `nodeId` string, required
- `version` string, required
- `comfyNodeId` string, required

## Response `200`

Comy Nodes created successfully

- ComfyNode
  - `comfy_node_id` string — Unique identifier for the node
  - `category` string — UI category where the node is listed, used for grouping nodes.
  - `description` string — Brief description of the node's functionality or purpose.
  - `input_types` string — Defines input parameters
  - `deprecated` boolean — Indicates if the node is deprecated. Deprecated nodes are hidden in the UI.
  - `experimental` boolean — Indicates if the node is experimental, subject to changes or removal.
  - `output_is_list` boolean[] — Boolean values indicating if each output is a list.
  - `return_names` string — Names of the outputs for clarity in workflows.
  - `return_types` string — Specifies the types of outputs produced by the node.
  - `function` string — Name of the entry-point function to execute the node.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Version not found
- `500` — Internal server error

---

[API](https://skmtc.net/comfy-org/apis/comfy-api.md) · [All operations](https://skmtc.net/comfy-org/apis/comfy-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/comfy-org/comfy-api/revisions/fb3c490f87ef/schema)
