---
title: "Health Check"
method: GET
path: "/v1/health"
tags: ["General"]
---

# Health Check

`GET /v1/health`

Check the health and status of the API service.

## Response `200`

Service is healthy

- HealthResponse
  - `status` 'ok' | 'degraded' | 'down', required
  - `timestamp` string, date-time, required
  - `checks` object
    - `database` boolean
    - `storage` boolean
    - `conversion` boolean

## Other responses

- `503` — Service unavailable

## Changes

- **2026-07-13** `4872812d36f8` — 1 info
  - endpoint added
- **2025-07-11** `919eb7a392aa` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/harbour-enterprises/apis/superdoc-api/changes/v1/health/get.md)

---

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