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

# Health check

`GET /health`

## Response `200`

Service is healthy

- object
  - `ok` boolean
  - `instance` string
  - `timestamp` string, date-time

## Changes

- **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/5eb4ed0f33c7/schema)
