live_get_scenario_run
Retrieve full status and per-step details for a running or completed scenario run by its run ID, including the currently executing flow's step-by-step progress.
Instructions
Full detail for one scenario run started via live_start_scenario_run (or live_replay_scenario) by its runId -- overall status, which flow index it's on, and (via currentRun) the full per-step detail of whichever flow is currently executing, same shape live_get_run returns for a single flow. Works for both a still-running and an already-finished scenario run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runId | Yes | ||
| project | No | Path to the project root (same folder the side panel connects to). Defaults to the EASYSPEC_PROJECT environment variable if omitted. | |
| session | No | Which connected side panel to target, by its connection id (see live_status) -- only needed when more than one side panel is connected to the same project. |