validation_receipt
Retrieve the canonical receipt for any cross-LLM validation run by validationId, revealing whether it is minted, pending, expired, failed verification, or missing.
Instructions
Retrieve the canonically hashed immutable receipt of a terminal cross-LLM validation run by validationId. Returns minted | pending | expired_unminted (no receipt exists and none can be minted) | verification_failed (a stored receipt does not verify against its run) | not_found (own-or-not-found).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Response format. markdown returns the human-readable rendering (derived on read, never stored or hashed). | json |
| validationId | Yes | The run-level validationId from a validation kickoff response (not a job/correlation id). | |
| includeRawResponses | No | Inline complete provider answer text when the owned linked job still exposes identity-verified output (read-time only; never persisted or hashed). |