List Scenario Runs
list_scenario_runsList the runs of a scenario with pass/fail counts per run. Pass runId to get one run with its per-step results instead — scenarioId is then not needed. Requires project context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Number of runs to skip (for pagination, default 0) | |
| take | No | Number of runs to return (default 20, max 100) | |
| runId | No | Public Id (Guid) of a single run. When given, returns that run with its step results. | |
| scenarioId | No | Public Id (Guid) of the scenario. Required unless runId is given. |