get_report
Retrieve an existing report's audit findings using its URL or ID, even if the run timed out, to access grades, changes since the last run, and each finding with its fix and screenshot.
Instructions
Read an EXISTING report's findings — one the user started from the dashboard, a run whose audit_url call you lost, or one that TIMED OUT (it keeps whatever it found before the cap, and says so). Pass the report's URL as the user sees it (…/r/) or its id. Returns the same thing audit_url does: the grade, what moved since the last run, and every finding with its rule, location, source hint, fix and screenshot_url — so you can act on it and confirm each fix with verify_fix. Reports are private; this reads them with your uxlint login.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| detail | No | `full` for every finding's fix, best practice, rect and screenshot URL in the structured result; compact by default (see audit_url). | |
| report | Yes | The report to read: its URL as the dashboard shows it (`https://uxlint.net/sites/8/r/abc123`), a `/r/…` path, or the bare report id. |