list_sessions
Method
This is a method of the GatewayProtocol class in the gateway module.List session IDs, optionally filtered by agent.
Signature
Parameters
No description available.
Returns
The result of the operation.
list_sessions: List session IDs, optionally filtered by agent.
This is a method of the GatewayProtocol class in the gateway module.List session IDs, optionally filtered by agent.
def list_sessions(&self, agent_id: Option<&str>) -> Vec<String>