API Reference
Queue and system statistics
Queue statistics
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Response Body
application/json
curl -X GET "http://localhost:8080/v1/stats"{
"queued": 0,
"executing": 0,
"delayed": 0
}Was this page helpful?