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

# Health check endpoint

`GET /health`

## Response `200`

System is healthy

- object
  - `status` string
  - `database` string
  - `timestamp` string, date-time
  - `version` string

## Other responses

- `500` — System is unhealthy

---

[API](https://skmtc.net/ellipsend/apis/ellipsend-api.md) · [All operations](https://skmtc.net/ellipsend/apis/ellipsend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ellipsend/ellipsend-api/revisions/1031d523652c/schema)
