List active WebSocket connections
GET /api/event-stores/{eventStoreName}/websocket-connections
Retrieves a list of all active WebSocket connections for an event store
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”Event store name (automatically scoped to your organization)
Event store name (automatically scoped to your organization)
Query Parameters
Section titled “Query Parameters ”Maximum number of results to return
Maximum number of results to return
Number of results to skip
Number of results to skip
Filter by client ID
Filter by client ID
Responses
Section titled “ Responses ”List of active WebSocket connections
object
object
Unique identifier for the WebSocket connection
Client-provided identifier
When this connection was established
IP address of the client
User-Agent of the client
Event filter pattern the client is subscribed to
Total number of connections
Event store name (automatically scoped to your organization)
Examples
{ "connections": [ { "connectionId": "conn_1234567890", "clientId": "user_123", "connectedAt": "2023-10-25T15:30:45Z", "ipAddress": "192.168.1.1", "userAgent": "Mozilla/5.0...", "filter": "*" }, { "connectionId": "conn_0987654321", "clientId": "user_456", "connectedAt": "2023-10-26T09:15:30Z", "ipAddress": "192.168.1.2", "userAgent": "Mozilla/5.0...", "filter": "user.*" } ], "totalCount": 2, "eventStoreName": "production"}Event store not found
object
Error type
Human-readable error message
Additional error details