curl --request GET \
--url http://localhost:4000/api/stats
{
"connections": 123,
"subscriptions": 123,
"uptime": "<string>"
}
Get statistics about WebSocket connections and subscriptions
curl --request GET \
--url http://localhost:4000/api/stats
{
"connections": 123,
"subscriptions": 123,
"uptime": "<string>"
}
WebSocket statistics
The response is of type object
.