get_events
Retrieve paged journal events for a run_id, enabling verification of the hash-chained decision log and detection of tampering or truncation.
Instructions
The typed decision log, event by event, hash-chained.
Append-only in the only sense a file can be: each event carries the hash of
the one before it, so an edit, a deletion or a reorder breaks the chain and
verify_journal says where. It does not prove custody — someone able to
rewrite the whole file can recompute the chain over anything. What it closes
is the partial edit and the truncated tail.
Paged: 62 events for a 22-payout month is 114 KB. total is always the real
total, so "here is the log" and "here is the start of the log" stay
distinguishable — which a bare list could not manage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| run_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||