---
title: "List all versions of a node"
method: GET
path: "/nodes/{nodeId}/versions"
tags: ["Versions"]
---

# List all versions of a node

`GET /nodes/{nodeId}/versions`

## Path parameters

- `nodeId` string, required

## Response `200`

List of all node versions

- NodeVersion[]
  - `id` string
  - `version` string — The version identifier, following semantic versioning. Must be unique for the node.
  - `createdAt` string, date-time — The date and time the version was created.
  - `changelog` string — Summary of changes made in this version
  - `dependencies` string[] — A list of pip dependencies required by the node.
  - `downloadUrl` string — [Output Only] URL to download this version of the node
  - `deprecated` boolean — Indicates if this version is deprecated.
  - `status` 'NodeVersionStatusActive' | 'NodeVersionStatusDeleted' | 'NodeVersionStatusBanned' | 'NodeVersionStatusPending'

## Other responses

- `403` — Node banned
- `404` — Node not found
- `500` — Internal server error

## Changes

- **2024-06-14** `9c9567cc3e15` — 1 info
  - added the optional property `items/status` to the response with the `200` status
- **2024-06-14** `e31c2cf0f0fb` — 1 info
  - added the non-success response with the status `403`
- **2024-05-23** `9d088b2401a5` — 5 warning, 1 info
  - deleted the `query` request parameter `include_status_reason`
  - deleted the `query` request parameter `statuses`
  - removed the optional property `items/node_id` from the response with the `200` status
  - removed the optional property `items/status` from the response with the `200` status
  - …2 more

[Change history](https://skmtc.dev/comfy-org/apis/comfy-api/changes/nodes/:nodeId/versions/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/65d1ad59d1ca/schema)
