live_get_run
Retrieve the full status of a run, including each step's status and any error details, to verify execution results.
Instructions
Full detail for one run started via live_start_run (or live_replay_flow) by its runId -- status, and every step's own status (pending/running/passed/failed/skipped) plus the error for a failed one. This is the actual "did it work, and if not where" answer after live_start_run returns. Works for both a still-running and an already-finished 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. |