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

## Changes

- **2025-01-11** `c83a221f1f42` — 1 breaking
  - the `return_names` response's property type/format changed from `array`/`` to `string`/`` for status `200`
- **2024-12-31** `effe73f210a7` — 1 breaking
  - the `return_types` response's property type/format changed from `array`/`` to `string`/`` for status `200`
- **2024-05-23** `9d088b2401a5` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/comfy-org/apis/comfy-api/changes/nodes/:nodeId/versions/:version/comfy-nodes/:comfyNodeId/get.md)

---

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