---
title: "List installed custom nodes"
method: GET
path: "/api/experiment/nodes"
tags: ["node"]
---

# List installed custom nodes

`GET /api/experiment/nodes`

[cloud-only] Returns the list of custom node packages installed in the cloud runtime.

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

Custom node list

- CloudNodeList — [cloud-only] Paginated list of installed custom node packages.
  - `nodes` CloudNode[], required
    - `id` string, required
    - `name` string, required
    - `version` string
    - `description` string
    - `author` string
    - `repository` string, uri
    - `installed_at` string, date-time
    - `enabled` boolean
  - `total` integer
  - `has_more` boolean

## Other responses

- `401` — Unauthorized

## Changes

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

[Change history](https://skmtc.dev/comfy-org/apis/comfyui-api/changes/api/experiment/nodes/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)
