v4
latestSwagger 2.02026-08-0343714211.7 MBautomation_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.
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"
]
}