---
title: "Health - status check"
method: GET
path: "/health"
tags: ["Health"]
---

# Health - status check

`GET /health`

## Response `200`

Health status

- HealthResponse — Success envelope for health check
  - `ok` true, required
  - `data` HealthStatus, required — API health check result indicating overall system status
    - `status` 'ok' | 'degraded', required — Overall health status
    - `timestamp` string, required — ISO 8601 timestamp

## Changes

- **2026-04-30** `bef883f8a334` — 2 warning, 4 info
  - removed the optional property `instance` from the response with the `200` status
  - removed the optional property `timestamp` from the response with the `200` status
  - api operation id `healthCheck` removed and replaced with ``
  - the response property `ok` became required for the status `200`
  - …2 more
- **2026-04-17** `5eb4ed0f33c7` — 3 breaking, 3 info
  - the response property `ok` became optional for the status `200`
  - the `ok` response property const value `true` was removed for the status `200`
  - removed the required property `data` from the response with the `200` status
  - api operation id `healthCheck` was added
  - …2 more

[Change history](https://skmtc.dev/bitbybit-dev/apis/bitbybit-cad-cloud-api/changes/health/get.md)

---

[API](https://skmtc.dev/bitbybit-dev/apis/bitbybit-cad-cloud-api.md) · [All operations](https://skmtc.dev/bitbybit-dev/apis/bitbybit-cad-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bitbybit-dev/bitbybit-cad-cloud-api/revisions/1135d4473bc2/schema)
