get_proof
Fetch a match's full proof with per-leg record IDs and subtotals, enabling verification that the claimed totals reconcile before approval.
Instructions
One match with its full proof — every leg, its record ids and its subtotal.
What a verifier reads before calling verify_proof. The subtotals here are
claims made by whatever produced the match; recomputing them from the
records is the entire job, and verify_proof refuses a proof whose legs do
not add up to what it says.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | ||
| match_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||