report_get
Retrieve a test report by name as parseable JSON, including each step's status, error, and execution time to diagnose failures.
Instructions
Returns the content of a report (parseable JSON). To diagnose failures, the report has steps[] with status ok/fail, error and ms.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Report name (see report_list, e.g. "my-test-YATT-20260902-101500.json") |