Jobs
Job counts by status
Authorization
bearerAuth AuthorizationBearer <token>
Clerk session JWT. Also send x-clerk-org-id if org context needed.
In: header
Response Body
application/json
curl -X GET "https://example.com/v1/jobs/stats"{ "total": 0, "active": 0, "paused": 0, "processing": 0, "error": 0, "completed": 0}