v12

latestOpenAPI 3.1.02026-08-031000506.8 KB
Node Apps

Execute a node app

Execute a node app by version ID. The request body should contain the input data as a JSON object matching the node app's input schema. Returns a job that can be tracked using /jobs/{id}.

post/node-apps/{id}/execute

Path parameters

idstring required

Node app version ID

Node app version ID

Request body

object required

Input data for the node app execution, matching the node app's input schema

Response

Execution job created successfully. The job will be in a processing state until completed. Use /jobs/{id} to check progress.

job_idstring uuid required
status'backlogged' | 'queued' | 'scheduled' | 'processing' | 'sampling' | 'intermediate-complete' | 'completed' | 'failed' | 'cancelled' required
created_atstring date-time required
completed_atstring date-time