Skip to content
Developer Preview

approval/listPending

Reads the full pending approval and user-input payloads for a session; a lease-free fold read.

Type: 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.

Field Type Stability Presence Description
sessionId string required The session to read.
Source

schema/msp/experimental/msp.schema.json#/methods/approval~2FlistPending

{
"description": "Reads the full pending approval and user-input payloads for a session; a lease-free fold read.",
"params": {
"$ref": "#/$defs/ApprovalListPendingParams"
},
"result": {
"$ref": "#/$defs/ApprovalListPendingResult"
}
}