live_list_scenario_runs
List current and past scenario runs from the side panel, showing status and progress for each run.
Instructions
Lists scenario runs on the connected side panel: current (still running, one per tab) and history (finished/cancelled this session, most recent first, capped at 30). Each entry is a summary (id, name, scenarioId, tabId, status, flows: {total, current}) -- use live_get_scenario_run for one run's full detail, including the currently-executing flow's own per-step status. Safe to poll repeatedly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. |