shadowgraph_journal
Read the append-only journal of post-operation snapshots in sequence order, with paging and project filtering for immutable audit evidence.
Instructions
Read the append-oriented journal of complete post-operation snapshots, in sequence order. shadowgraph_rebuild replays it into a projection, shadowgraph_validate diagnoses live data, shadowgraph_search finds records. Reads only. Entries are immutable audit evidence and are never rewritten in place.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum items to return, 1-1000; the default is 50 and completeness.limitSource reports which applied. Out of range is rejected, never silently clamped. | |
| offset | No | Items to skip before this window. Ordering is total and deterministic, so paging cannot drop or duplicate an item. | |
| project | No | Return only entries recorded for this project. Omit for every project, including entries with no project. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | Yes | The window actually applied to the matching items. | |
| items | Yes | The items in this window, in deterministic order. | |
| completeness | Yes | Declares exactly what this response left out, so a truncated result can never look complete. |