Activity & receipts
userThe unified owner-scoped ledger from GET /api/console/activity: runs, lifecycle events, and referenced canonical receipts — a pointer to the source of truth, never a competing one.
The activity ledger is the Console’s unified, owner-scoped history: your Console runs, the events those runs emitted, and your canonical receipts, in one place. It is served by GET /api/console/activity at L0. It references canonical objects — it is never a competing source of truth.
What it returns
- Runs — the Console runs you own, each with its current state from the run state machine. See plans & simulations.
- Events — the ordered lifecycle events for those runs (validation, simulation, review, cancellation), each carrying the plan’s source hash.
- Receipts — your canonical HISS receipts, referenced from the existing receipt store. See receipts.
Not a source of truth
The ledger points at canonical receipts and on-chain state; it does not restate them as new facts. A submitted action is reconciled against its canonical receipt, and the receipt — not the Console’s copy — is authoritative. Disabled Console, disabled surface: the endpoint answers 404 CONSOLE_DISABLED, which is the case in this pilot. See feature stages.