Get an Execution Trust Record
packages/api/src/routes/trust-records.ts. Calls application.getTrustRecord(id) — ExecutionTrustRecordRepository.findByTransactionId, keyed by businessTransactionId.
200 — the full ExecutionTrustRecord, including its transaction, and all appended executions, verifications, receipts, and overrides.
Response 404
This is the only endpoint that returns the trust record’s full history in one call —
GET /verification/:id and GET /receipt/latest/:id each return only the single most recent entry from these same arrays.SDK equivalents
Related
Execution Trust Record
The full model this endpoint returns.
Trust Chain Audit Guide
Using this endpoint to audit a transaction’s full history.
Storage package
The repository implementation behind this lookup.
Replay
Another consumer of the same trust record.