List a case's decision history (dashboard)
The append-only decision journal for one KYB case — every manual verdict recorded on it, newest first, in a envelope. Mirrors the KYC (docver) manual_changes endpoint. Each row carries the from/to status, the source and the timestamp. A system row is an automatic status write by the pipeline (no verdict / account); a manual row is an officer’s approve/reject and carries the verdict, the reviewer (account id + resolved email) and the comment. Changing a decision appends a new row; rows are never mutated.
Auth: web session, org-scoped (same access as viewing the case). Tenancy from the path — a case in another org returns 404.
Iteration 1 (contract only): returns an empty page until the decision journal is persisted in a follow-up.