get_active_connections
Retrieve and monitor all active sessions and connections to the current database cluster for real-time oversight and management.
Instructions
List active connections/sessions to the current database.
Returns: Active sessions on the cluster.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Input Schema (JSON Schema)
{
"properties": {},
"title": "get_active_connectionsArguments",
"type": "object"
}