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

# Health check

`GET /api/v1/health`

Returns API liveness and runtime metadata.

## Response `200`

API health response

- object
  - `status` 'ok', required
  - `message` string, required
  - `version` string, required
  - `environment` string, required
  - `timestamp` number, required

---

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