---
title: "Get pre-rendered node info schema"
method: GET
path: "/api/experiment/nodes"
tags: ["runtime-only"]
---

# Get pre-rendered node info schema

`GET /api/experiment/nodes`

[cloud-only] Returns the static ComfyUI object_info schema, identical for every caller, rendered once at startup with empty model/user-file context. Served by a raw HTTP handler that writes pre-rendered bytes with ETag + Cache-Control validators for RFC 7232 conditional GETs.

## Headers

- `If-None-Match` string

## Response `200`

Node info schema

- object

## Other responses

- `304` — Not Modified — returned when the client sends a matching If-None-Match header

## Changes

- **2026-05-09** `c85bdd9a3332` — 1 breaking, 4 warning, 6 info
  - removed the required property `nodes` from the response with the `200` status
  - deleted the `query` request parameter `limit`
  - deleted the `query` request parameter `offset`
  - removed the optional property `has_more` from the response with the `200` status
  - …7 more
- **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/09a5075587c8/schema)
