Get session workflow run
Authentication
Organization API key. Keys are prefixed with vk_live_ (production) or
vk_sandbox_ (sandbox).
Path parameters
Session ID (ses_*).
Headers
API version date string (e.g. 2026-02-01). If omitted, the version
pinned to your API key is used.
Response key casing. Defaults to snake.
Response
Current status of the workflow run. paused indicates the run is waiting for an external gate decision.
Snapshot of the workflow graph as it was when the run started. Present for graph-format runs.
Node ID where the workflow is paused (e.g., waiting for external gate decision). Present only when status is “paused”.
ID of the current or last executed graph node. Present for graph-format runs.
Results keyed by node ID for graph-format runs. Each entry contains the policy name, execution status, pass/fail result, duration, and routing target.