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

# Health check endpoint

`GET /health`

Returns the health status of the service (RFC Health Check Draft)

## Response `200`

Service is healthy

- StatsHealthResponse — Complete health check response
  - `checks` object
  - `releaseId` string
  - `serviceId` string
  - `status` 'pass' | 'warn' | 'fail' — Status of a health check (pass, warn, fail)
  - `version` string

## Other responses

- `503` — Service is unhealthy

---

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