Unique run id (UUIDv4 assigned when the run was started).
Id of the CompiledExecutionGraph being executed.
Current lifecycle phase of the run.
Optional currentId of the node currently executing; absent when status is terminal.
Ordered list of node ids that have completed execution.
Ordered stream of runtime events emitted during the run (type: GraphEvent[]).
All checkpoint snapshots persisted during the run.
Accumulated diagnostic telemetry.
Optional finalFinal output value; only present when status is 'completed'.
Optional errorStructured error detail; only present when status is 'errored'.
Optional node
Complete inspection record for an in-progress or finished graph run. Returned by the runtime's run-management API.