Get state
get_stateGet a model's merged state (base fields plus all computed derived fields). On a large model this is the biggest context cost — narrow it: pass 'paths' to project only specific subtrees (canonical addresses, each spliced back into a pruned document at its address), and/or 'depth' to cap nesting (deeper containers collapse to a '<object: N fields>' / '<array: N items>' marker). Pass an optional ISO-8601 'at' timestamp for a point-in-time read from mutation history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| at | No | Optional ISO-8601 instant (e.g. 2026-07-03T12:00:00Z) for a point-in-time read; omit for current state. | |
| id | Yes | The model id. | |
| depth | No | Optional max nesting depth; containers deeper than this collapse to a size marker. Applied after 'paths'. | |
| paths | No | Optional canonical addresses to project, e.g. ["$.order", "$.totals"]. Only these subtrees are returned, spliced back into a pruned document at their addresses; absent addresses are skipped. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||