Strait Docs
API Reference

Queue and system statistics

Queue statistics

GET
/v1/stats

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?