nodes
Returns a node version to be installed.
Retrieves the node data for installation, either the latest or a specific version.
GET
/
nodes
/
{nodeId}
/
install
Path Parameters
nodeId
string
requiredThe unique identifier of the node.
Query Parameters
version
string
Specific version of the node to retrieve. If omitted, the latest version is returned.
Response
200 - application/json
changelog
string
Summary of changes made in this version
createdAt
string
The date and time the version was created.
dependencies
string[]
A list of pip dependencies required by the node.
deprecated
boolean
Indicates if this version is deprecated.
downloadUrl
string
[Output Only] URL to download this version of the node
id
string
status
enum<string>
Available options:
NodeVersionStatusActive
, NodeVersionStatusDeleted
, NodeVersionStatusBanned
, NodeVersionStatusPending
, NodeVersionStatusFlagged
status_reason
string
The reason for the status change.
version
string
The version identifier, following semantic versioning. Must be unique for the node.
Was this page helpful?