recall_exchange
Retrieve an archived exchange and verify its integrity by recomputing its hash, ensuring the content is provably intact or identifying a dangling reference.
Instructions
Retrieve an archived exchange by id AND verify its integrity: reads the bytes off disk and recomputes the hash. Returns integrity = verified | mismatch | missing | ambiguous | unknown, plus the content when present. This is how you tell 'provably here and intact' from a dangling reference.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| archive_id | Yes | Full SHA-256 or a unique prefix (git-style) |