---
title: "Get health of Cilium node"
method: GET
path: "/healthz"
---

# Get health of Cilium node

`GET /healthz`

Returns health and status information of the local node including
load and uptime, as well as the status of related components including
the Cilium daemon.

## Response `200`

Success

- HealthResponse — Health and status information of local node
  - `cilium` StatusResponse — Status of Cilium daemon
  - `uptime` string — Uptime of cilium-health instance
  - `system-load` LoadResponse — System load on node
    - `last1min` string — Load average over the past minute
    - `last5min` string — Load average over the past 5 minutes
    - `last15min` string — Load average over the past 15 minutes

## Other responses

- `500` — Failed to contact local Cilium daemon

---

[API](https://skmtc.net/cilium/apis/cilium-health-api.md) · [All operations](https://skmtc.net/cilium/apis/cilium-health-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cilium/cilium-health-api/revisions/0fcfedadb047/schema)
