---
title: "Health check endpoint"
method: GET
path: "/health"
---

# Health check endpoint

`GET /health`

Returns the health status of the API. This endpoint is useful for monitoring,
uptime checks, and load balancer health checks. Always returns a 200 status
when the API is operational.

## Response `200`

OK - API is healthy and operational

- object
  - `status` 'ok'
  - `timestamp` string, date-time

---

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