The append-only audit trail. Every external submission and every policy-blocked route is recorded here — nothing leaves psyc without a row. This is the platform's proof of exactly what happened, when, and to whom.
{% if not entries %}No ledger entries yet. Run psyc submit <case_id> or psyc demo.
| Timestamp | Case | Destination | Payload hash | Submitter | TLP | Outcome |
|---|---|---|---|---|---|---|
| {{ e.timestamp.strftime('%Y-%m-%d %H:%M:%S') }} | {{ e.case_id }} | {{ e.destination }} | {{ e.payload_hash or '—' }} | {{ e.submitter_identity }} | {{ e.tlp.value }} | {{ e.outcome.value }} |