execute() returns, what verify() and replay() operate on, and what a Receipt attests to.
Model
overrides, executions, verifications, and receipts are all arrays: new activity against a transaction appends to these lists rather than replacing anything. trustRecordHash is recomputed as the record evolves, but no prior array entry is ever deleted or rewritten.
Retrieving a trust record
Relationships
Business Transaction
The root request this record is built around.
Replay
Deterministically re-derives the same outcome from this record’s inputs.
Override
A post-hoc correction, appended rather than applied in place.
REST API
GET /trust-records/:id