get_test_results
Retrieve structured test run results by run ID. Get status, case details, severity counts, failed cases, and recommended next actions.
Instructions
Get structured results for a test run.
Prefer run_release_check + blop://release/{release_id}/brief for release gating. This tool remains the detailed run-level payload, now with summary-first fields.
Args: run_id: The run_id returned from run_regression_test
Returns: dict with run_id, status, cases (with assertion_results, replay_mode_used, step_failure_index, artifact_paths), severity_counts, failed_cases, next_actions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes |