ApprovalListPendingParams
approval/listPending params: the pull dual of the re-issued
requests. A log-fold read — no lease, works on loaded and unloaded
sessions, never subscribes.
Fields and variants
Section titled “Fields and variants”sessionId
Source
schema/msp/experimental/msp.schema.json#/types/ApprovalListPendingParams
{ "description": "`approval/listPending` params: the pull dual of the re-issued\nrequests. A log-fold read — no lease, works on loaded and unloaded\nsessions, never subscribes.", "properties": { "sessionId": { "description": "The session to read.", "type": "string" } }, "required": [ "sessionId" ], "type": "object"}