check_appeal
Check an appeal's status and tamper-proof verification results by providing the appeal ID.
Instructions
Retrieve an appeal's status and tamper-check result. Free tier.
Args: appeal_id: The appeal_id returned by submit_appeal.
Returns: dict with keys: appeal_id, verification_id, appellant, reason, original_score, original_verdict, original_evidence_hash, recomputed_score, recomputed_verdict, recomputed_evidence_hash, hash_match (bool), status ("OPEN"|"RESOLVED"), outcome (None|"UPHELD"|"OVERTURNED" — set once resolved), resolution_score, resolution_note, created_at, resolved_at
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appeal_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||