check_verdict
Retrieve a complete verification verdict by report ID, including score, tier, and fail codes. Choose between machine-readable agent output or human-readable customer explanations.
Instructions
Retrieve an existing VOP verification verdict by report ID.
Use the report_id returned by verify_output to fetch full verdict details.
Args: report_id: The verification ID returned by verify_output (the report_id field). audience: Response detail level. "agent" (default) — machine-readable verdict for agent consumption. "customer" — adds human-readable explanations for presenting results to end users. Do not use "admin" — it is reserved for platform operators only.
Returns: dict with keys: report_id, verdict, score, tier, fail_codes, issued_at (ISO 8601), settlement (always None), agent_performance
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| audience | No | agent | |
| report_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||