qa_get_run
Retrieve a specific test run by ID, with the option to include passed tests and choose between Markdown or JSON output.
Instructions
Return a single test run by id.
By default, only failed/error tests are listed in the body (to keep context
small). Set `include_passed=true` for the full inventory.
Returns:
Markdown or JSON depending on response_format. JSON returns the full
RunReport model conforming to schemas/run-report.v1.json.
Error response: string starting with "Error: ..." (e.g., "Error: Run not found").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | Exact run_id (file stem, no extension). | |
| include_passed | No | If true, include passed tests in the output. Default false to keep context small. | |
| response_format | No | 'markdown' for human-readable, 'json' for programmatic. | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |