---
title: "Changes to Liveness + readiness probe"
method: GET
path: "/health"
---

# Changes to Liveness + readiness probe

`GET /health`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 3 of 12 revisions.

- **2026-04-21** `8a22dc180044` — 1 breaking, 4 warning, 4 info
- **2026-02-12** `970d68a5c55d` — 2 warning, 4 info
- **2026-02-11** `975e49e9b675` — 1 info

## Changes

- **2026-04-21** `8a22dc180044` — 1 breaking, 4 warning, 4 info
  - removed the required property `ready` from the response with the `200` status
  - removed the optional property `uptime_seconds` from the response with the `200` status
  - removed the optional property `version` from the response with the `200` status
  - added the new `degraded` enum value to the `status` response property for the response status `200`
  - added the new `healthy` enum value to the `status` response property for the response status `200`
  - api operation id `healthCheck` removed and replaced with ``
  - added the non-success response with the status `503`
  - added the required property `checks` to the response with the `200` status
  - added the required property `timestamp` to the response with the `200` status
- **2026-02-12** `970d68a5c55d` — 2 warning, 4 info
  - removed the optional property `timestamp` from the response with the `200` status
  - removed the optional property `uptime` from the response with the `200` status
  - added the optional property `uptime_seconds` to the response with the `200` status
  - removed the `degraded` enum value from the `status` response property for the response status `200`
  - removed the `healthy` enum value from the `status` response property for the response status `200`
  - removed the `unhealthy` enum value from the `status` response property for the response status `200`
- **2026-02-11** `975e49e9b675` — 1 info
  - endpoint added

---

[Operation](https://skmtc.dev/getbindu/apis/bindu-agent-api/docs/health/get.md) · [API](https://skmtc.dev/getbindu/apis/bindu-agent-api.md) · [Page](https://skmtc.dev/getbindu/apis/bindu-agent-api/changes/health/get)
