Skip to content
Developer Preview

view/page

Cursor-paged reads of the session view, forward or backward; each result element is an unframed view notification, the nested {method, params} pair.

Type: ViewPageParams

view/page params: cursor-paged reads of the session view.

Field Type Stability Presence Description
anchor ViewPageAnchor optional The cold-client request mode, resolved at call time to the latest installed compaction boundary. The one named exception to the observed-only rule.
cursor string optional The exclusive anchor. Forward: the page starts strictly after it; omitted means from the beginning of the view. Backward: the page ends strictly before it; omitted means from the head. Mutually exclusive with anchor.
direction ViewPageDirection optional Paging direction; forward when omitted.
limit integer required Maximum events to return, 1–1000. The server MAY return fewer. The 1–1000 range is ratified and now published: the owner ruling is in force, so the model carries the bound and the bundle renders minimum/maximum instead of a bare integer.
sessionId string required The session to page.
Source

schema/msp/experimental/msp.schema.json#/methods/view~2Fpage

{
"description": "Cursor-paged reads of the session view, forward or backward; each result element is an unframed view notification, the nested {method, params} pair.",
"params": {
"$ref": "#/$defs/ViewPageParams"
},
"result": {
"$ref": "#/$defs/ViewPageResult"
}
}