DeveloperAPI ReferenceStats
/api/stats
Response Body
application/json
curl -X GET "https://example.com/api/stats"{
"users": 0,
"plugins": {
"total": 0,
"running": 0
},
"jobs": {
"running": 0
},
"streaming": {
"transcodeSessions": 0,
"wsClients": 0
},
"scheduler": [
{
"name": "string",
"interval": 0,
"lastRun": "string"
}
],
"uptime": 0,
"memoryUsage": 0
}