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