Skip to main content

Endpoint

Request Body

string
required
Run ID to inspect.

Response

{ run: AutomationRun; executors: ExecutorNode[]; edges: ExecutionEdge[] }
Run object plus expanded execution graph state.

TypeScript