---
title: "Health Check"
method: GET
path: "/health"
tags: ["Health & Monitoring"]
---

# Health Check

`GET /health`

Health check endpoint for service monitoring. Returns service status, uptime,
version information, and readiness state.

## Response `200`

Service health status

- HealthResponse
  - `status` string, required — Overall service health status
  - `uptime_seconds` number — Service uptime in seconds (float)
  - `version` string — Service version
  - `ready` boolean, required — Whether service is ready to accept requests

## Changes

- **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`
  - …2 more
- **2026-02-11** `975e49e9b675` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/getbindu/apis/bindu-agent-api/changes/health/get.md)

---

[API](https://skmtc.dev/getbindu/apis/bindu-agent-api.md) · [All operations](https://skmtc.dev/getbindu/apis/bindu-agent-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getbindu/bindu-agent-api/revisions/aec28fa7bf81/schema)
