The audit trail is written to an append-only log -- every event is a new record; no event can be modified or deleted after it is written. Events recorded per approval item: request submission (submitter identity, timestamp, request content snapshot); each approval action (approver identity, action type, timestamp, comments entered, IP address, and device); each routing decision (which rule triggered the routing and to whom); each escalation event (SLA threshold breached, escalation action taken, escalating party notified); each reassignment (original assignee, new assignee, reason); and each attachment upload (uploader, timestamp, document name, version). The record is tamper-evident: a hash of each event record is stored separately so any modification to a historical event is detectable. For audit and compliance use cases -- SOX financial controls, ISO 27001 access approvals, FCA regulated activity sign-offs, NHS IG approval processes -- the audit trail export produces a structured evidence pack filtered by date range, approval type, approver, or individual request. Audit exports include the full sequence of events, the approval chain that was applied (with the routing rules that determined it), and the supporting documents attached at the time of submission and decision. Retention policy: audit records are retained for a configurable period (minimum 7 years for financial approvals under standard accounting standards) and stored in immutable cold storage (AWS S3 Object Lock or Azure Blob Storage Immutable) to satisfy long-term retention requirements.