prufa_get_report
Retrieve a JSON report for a QA audit run using its public share token or internal UUID.
Instructions
Get the JSON report for a run. Accepts EITHER run_id (UUID from audit creation) OR share_token (the slug after /r/ in report_url). The share_token form is the recommended call shape — it is what the audit creation response returns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | No | Internal UUID. Optional if share_token is given. | |
| share_token | No | Public report slug (after /r/ in report_url). Optional if run_id is given; the recommended call shape. |