---
title: "Get Workers Health"
method: GET
path: "/api/workers/health"
tags: ["System"]
---

# Get Workers Health

`GET /api/workers/health`

## Response `200`

Successful Response

- WorkersHealth
  - `scheduler` WorkerHealth, required
    - `status` string, required
    - `response_time_ms` integer, nullable
    - `error` string, nullable
  - `node` WorkerHealth, required
    - `status` string, required
    - `response_time_ms` integer, nullable
    - `error` string, nullable

## Other responses

- `401` — Unauthorized Error

---

[API](https://skmtc.dev/ha-man2/apis/pasarguardapi.md) · [All operations](https://skmtc.dev/ha-man2/apis/pasarguardapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ha-man2/pasarguardapi/revisions/84d9ff88fcda/schema)
