api referenceGET
GET
Status
System health and this org's own background-job counts.
GET/api/status
Admin-only: this org's queued/in-flight/recent job counts (never a cross-org total) plus the server version.
Response
{
"status": "ok",
"jobs": { "queued": 0, "in_flight": 1, "recent_success": 42, "recent_failure": 0, "recent_cancelled": 0 },
"version": "1.4.0"
}GET/api/health
Unauthenticated liveness check for load balancers/uptime monitors.
Response
{ "status": "ok" }