get_judgments
Retrieve judgment receipts for a receipt ID to audit AI evaluations, compare verdicts, and review assessment history with scores, criteria results, and confidence metrics.
Instructions
Retrieve all judgment receipts associated with a given receipt ID. Judgment receipts are linked via parent_receipt_id. Returns an array of judgment receipt objects ordered by timestamp, including verdict, score, criteria results, and confidence. Use to review the evaluation history of a receipt, compare multiple judgments, or audit AI quality assessments. Returns empty array if no judgments exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| receipt_id | Yes | The original receipt ID to get judgments for (not the judgment receipt ID) |