List sessions
List all sessions on this cluster. If a username is provided, only sessions from that user are returned.
Client must be logged in as a user with admin privileges.
Authorizations
Token for logged-in REST session. Use /login/ to log in and get a session token. For additional information, see cockroachlabs.com/docs/stable/cluster-api.
Query Parameters
Username of user to return sessions for; if unspecified, sessions from all users are returned.
Maximum number of results to return in this call.
Continuation token for results after a past limited run.
Response
List sessions response.
Any errors that occurred during fan-out calls to other nodes.
The continuation token, for use in the next paginated call in the start
parameter.
A list of sessions on this node or cluster.

