v4

latestSwagger 2.02026-08-0343714211.7 MB
automation_runs
Automation Execution Nodes

Show Automation Run Node

Show Automation Run Node

get/automation_runs/{id}/node

Path parameters

idinteger required

Automation Run ID.

Query parameters

node_idstring required

Node ID from the pinned Automation definition.

Response

The AutomationRuns object.

node_idstring

Node ID from the pinned Automation definition.

node_typestring

Node type.

statusstring

Node status.

run_stagestring

Current node execution stage.

reusedboolean

Whether this node reused persisted output from an earlier run.

successful_operationsinteger

Count of successful operations in this node.

failed_operationsinteger

Count of failed operations in this node.

started_atstring date-time

When this node started.

completed_atstring date-time

When this node completed.

duration_msinteger

Node runtime in milliseconds.

inputsobject[]

Ordered inbound edge references.

outputsobject

Output counts, item kinds, and typed-error summaries by outlet.

input_itemsobject

Materialized input items currently available, grouped by inlet.

output_itemsobject

Materialized output items grouped by outlet.

Example response

{
  "node_id": "example",
  "node_type": "example",
  "status": "example",
  "run_stage": "example",
  "reused": true,
  "successful_operations": 1,
  "failed_operations": 1,
  "started_at": "2000-01-01T01:00:00Z",
  "completed_at": "2000-01-01T01:00:00Z",
  "duration_ms": 1,
  "inputs": [
    "example"
  ]
}