validation_receipt
Retrieve the immutable receipt of a terminal cross-LLM validation run using a validation ID. Returns minted, pending, expired, or not found status.
Instructions
Retrieve the immutable receipt of a terminal cross-LLM validation run by validationId. Returns minted | pending | expired_unminted | 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 full provider answer text (read-time only; pulled live per job under the same owner check; never persisted or hashed). |