Versions

Retrieve a specific version of a node

get/nodes/{nodeId}/versions/{versionId}

Path parameters

nodeIdstring required
versionIdstring required

The version of the node. (Not a UUID).

Response

Detailed information about a specific node version

idstring
versionstring

The version identifier, following semantic versioning. Must be unique for the node.

createdAtstring date-time

The date and time the version was created.

changelogstring

Summary of changes made in this version

dependenciesstring[]

A list of pip dependencies required by the node.

downloadUrlstring

[Output Only] URL to download this version of the node

deprecatedboolean

Indicates if this version is deprecated.

Changes