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

# Get API health status

`GET /health`

Returns the health status of the API and its dependencies

## Response `200`

Health check response

- object
  - `data` HealthResponse, required — Health check response payload
    - `status` 'healthy' | 'degraded' | 'unhealthy', required
    - `version` string, required
    - `timestamp` string, required

## Other responses

- `429` — Too Many Requests
- `500` — Internal Server Error
- `503` — Service unavailable — a dependency is unhealthy

## Changes

> 105 revisions in range; 2 could not be searched.

- **2026-08-17** `887b091b3d81` — 4 warning, 1 info
  - added the new `conflict` enum value to the `type` response property for the response status `429`
  - added the new `conflict` enum value to the `type` response property for the response status `500`
  - added the new `payment_required` enum value to the `type` response property for the response status `429`
  - added the new `payment_required` enum value to the `type` response property for the response status `500`
  - …1 more

[Change history](https://skmtc.dev/roarkhq/apis/roark-analytics-api/changes/health/get.md)

---

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