v12

OpenAPI 3.1.02026-08-031000506.8 KB
Node Apps

Get a node app by version ID

Get a single node app by version ID. Returns the node app details including input/output schemas.

get/node-apps/{id}

Path parameters

idstring required

Node app version ID

Node app version ID

Response

Node app details

idstring required

Unique identifier for the node app

author_idstring required

ID of the node app author

workspace_idstring required

ID of the workspace that owns the node app

namestring required

Name of the node app

slugstring required

URL-friendly identifier for the node app

descriptionstring required

Description of the node app

scopestring required

Visibility scope: "public", "user", or "workspace"

created_atstring required

Creation timestamp

updated_atstring required

Last update timestamp

versionnumber required

Selected node app version number

version_created_atstring required

Creation timestamp of this version

usernamestring required

Username of the node app creator

example_outputsstring[] nullable required

Example output URLs

node_app_version_idstring required

Node app version ID to pass to /node-apps/{id}/execute