ava_get_receipt
Retrieve the receipt for a prior ava_approve_execute by executionId, the loop's final step. Returns the stored receipt plus its honest proof.standing: none (nothing submitted), unconfirmed (an identifier exists but nothing independent confirmed it), chain-confirmed (the declared chain returned the transaction and it matches what the receipt claims), or chain-contradicted (the chain disagrees with the receipt). A verified receiptHash does not by itself mean chain-confirmed; read proof.standing, not just verified. Owner-scoped: only the userId the receipt was produced for can read it by executionId; also returns a receiptHash-addressed verify URL a stranger can check with no credential.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userId | No | Same userId that produced the execution. Required for headerless callers. | |
| executionId | Yes | executionId returned by ava_copilot_turn / ava_approve_execute. |