Live per-type per-status job counts
GET /admin/jobs/status-counts
GET
/admin/jobs/status-counts
Aggregate counts grouped by (type, status) for the live queue
dashboard. The UI polls this on an interval; there is no
server-sent-events stream. Gated on system.jobs.read (or
system.admin).
Authorizations
Section titled “Authorizations ”Responses
Section titled “ Responses ”Per-(type, status) counts.
object
items
required
Array<object>
object
type
required
string
status
required
string
count
required
integer format: int64
Authentication required, missing, or invalid
object
error
required
Human-readable error summary
string
Example
the request could not be completedExample
{ "error": "authentication required: sign in and retry with a valid session or API token"}Authenticated but missing required capabilities
object
error
required
Human-readable error summary
string
Example
the request could not be completed