Skip to main content

list_pending

Method
This is a method of the PairingProtocol class in the protocols module.
List pending pairing requests.

Signature

Parameters

Optional[str]
Optional filter by channel type

Returns

List[Dict[str, any]]
List of pending requests with channel, code, user info, and age

Source

View on GitHub

praisonaiagents/gateway/protocols.py at line 2228