prufa_get_report
Fetch a shareable report for a completed audit. Returns JSON payload with findings, status, and URL using the report ID or share token.
Instructions
Fetch a shareable report for a completed audit. Returns the JSON report payload (findings, status, url). The report_id argument accepts EITHER the internal run UUID (8-4-4-4-12 hex) OR the public share_token slug (the value after /r/ in report_url). The share_token is what you see in the audit creation response and is the recommended call shape.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| report_id | Yes | Either the run UUID (8-4-4-4-12 hex) OR the share_token slug (the value after /r/ in report_url). The slug is preferred — it's what the audit creation response returns. |