SessionReadParams
session/read params: read one stored session without
attaching — no writer lease, no load, no subscription, no
SessionResumed record.
Fields and variants
Section titled “Fields and variants”excludeItemssessionId
Source
schema/msp/experimental/msp.schema.json#/types/SessionReadParams
{ "description": "`session/read` params: read one stored session **without\nattaching** — no writer lease, no load, no subscription, no\n`SessionResumed` record.", "properties": { "excludeItems": { "description": "Metadata-only unless you ask: `false` carries the folded item history.\nSame name and polarity as `session/resume`/`session/fork`; only the\ndefault differs — here it is `true`.", "type": "boolean" }, "sessionId": { "description": "The session to read.", "type": "string" } }, "required": [ "sessionId" ], "type": "object"}