---
title: "Get details of an installed custom node"
method: GET
path: "/api/experiment/nodes/{id}"
tags: ["node"]
---

# Get details of an installed custom node

`GET /api/experiment/nodes/{id}`

[cloud-only] Returns details about a specific installed custom node package.

## Path parameters

- `id` string, required

## Response `200`

Node detail

- CloudNode — [cloud-only] An installed custom node package in the cloud runtime.
  - `id` string, required
  - `name` string, required
  - `version` string
  - `description` string
  - `author` string
  - `repository` string, uri
  - `installed_at` string, date-time
  - `enabled` boolean

## Other responses

- `401` — Unauthorized
- `404` — Not found

## Changes

- **2026-05-08** `c9640fded659` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/comfy-org/apis/comfyui-api/changes/api/experiment/nodes/:id/get.md)

---

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