live_list_runs
List current and recent test runs from the connected side panel, showing status and step counts for monitoring and review.
Instructions
Lists 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, flowId, tabId, status, step counts) -- use live_get_run for one run's full per-step detail. 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. |