Skip to content

Live per-type per-status job 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).

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 completed
Example
{
"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