Get Review Report
Get the customer-released report for a completed review.
Failure contract — the status code tells an integrator what to do:
- 200 — review
completed; the report body follows. - 422 — review
failed(terminal). No report will ever exist; stop polling and inspect the review / resubmit. Distinct from 404 so a failure is never mistaken for “still processing”. - 404 — review not found, OR not finished yet (
queued/processing); keep polling. We never leak verdict-adjacent signal before the publication gate passes.
Path Parameters
Response
Successful Response
The customer-facing report for a completed review.
Only available once the review is completed (i.e. the internal
publication gate has released the case). Before that, the report
endpoint returns 404 so verdict-adjacent signal never leaks early.
Customer-facing review lifecycle.
A deliberately coarse projection of the internal CaseStatus. Internal
states that are not meaningful to a customer (e.g. the admin-release gate
pending_review, the publication-blocker state) collapse to
processing so we never surface internal workflow detail or
verdict-adjacent signal before the publication gate passes.
queued, awaiting_documents, processing, completed, failed Roll-up of issue counts by severity.
{
"critical": 0,
"high": 1,
"info": 0,
"low": 0,
"medium": 1,
"total": 2
}Overall outcome, e.g. 'clear' or 'issues_found'.
"issues_found"
True for sandbox (test-mode) reviews: the issues below are canned sample data.
