Skip to main content
GET
Get a node app by version ID

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Node app version ID

Response

Node app details

id
string
required

Unique identifier for the node app

author_id
string
required

ID of the node app author

workspace_id
string
required

ID of the workspace that owns the node app

name
string
required

Name of the node app

slug
string
required

URL-friendly identifier for the node app

description
string
required

Description of the node app

scope
string
required

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

created_at
string
required

Creation timestamp

updated_at
string
required

Last update timestamp

version
number
required

Selected node app version number

version_created_at
string
required

Creation timestamp of this version

username
string
required

Username of the node app creator

example_outputs
string[] | null
required

Example output URLs

input_openapi_schema
object | null
required

OpenAPI 3.1 JSON Schema for input parameters

output_openapi_schema
object | null
required

OpenAPI 3.1 JSON Schema for output values

node_app_version_id
string
required

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