Skip to main content

Endpoint

GET /queue/stats
Auth: API Key required

Response

Returns queue statistics including counts per status and throughput metrics.
{
  "pending": 2,
  "running": 1,
  "completed": 148,
  "error": 3,
  "cancelled": 0
}

Example

curl http://localhost:3000/queue/stats \
  -H "Authorization: Bearer <api_key>"

List Jobs

View individual job details with filtering.

Queue Events

Subscribe to real-time job status updates via SSE.