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

## Query parameters

- `statuses` NodeVersionStatus[]
- `include_status_reason` boolean

## 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' | 'NodeVersionStatusFlagged'
  - `status_reason` string — The reason for the status change.
  - `comfy_nodes` object

## Other responses

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

## Changes

- **2024-12-31** `effe73f210a7` — 1 breaking
  - the `items/comfy_nodes/additionalProperties/return_types` response's property type/format changed from `array`/`` to `string`/`` for status `200`
- **2024-12-27** `d6144fb8f689` — 1 info
  - added the optional property `items/comfy_nodes` to the response with the `200` status
- **2024-12-23** `0d0e9f724a61` — 1 info
  - added the new optional `query` request parameter `include_status_reason`
- **2024-06-19** `71d8dae509a8` — 1 warning, 1 info
  - added the new `NodeVersionStatusFlagged` enum value to the `items/status` response property for the response status `200`
  - added the enum value `NodeVersionStatusFlagged` to the property `items/` of the `query` request parameter `statuses`
- **2024-06-19** `eade3d1712c0` — 1 info
  - added the new optional `query` request parameter `statuses`

[Full 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/effe73f210a7/schema)
