action opensuse_get_worker_status { label: "Lists status of workers, jobs, backend services and general statistics." description: "Lists status of workers, running jobs, waiting jobs, status of the backend services and general statistics.\n\nOther ways to obtain the same information as with this endpoint are:\n * `GET /worker/_status`\n * `GET /status/workerstatus`\n * `GET /build/_workerstatus`\n" provider: opensuse method: GET path: "/worker/status" encoding: json output: { type: "object" additionalProperties: true } }