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

# Health check

`GET /api/health`

Returns instance health status and uptime. No authentication required. Useful for uptime monitors and Docker HEALTHCHECK.

## Response `200`

Instance is healthy.

- object
  - `status` string, required
  - `uptime` number, required — Process uptime in seconds.

---

[API](https://skmtc.net/studio-saelix/apis/sencho-api.md) · [All operations](https://skmtc.net/studio-saelix/apis/sencho-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/studio-saelix/sencho-api/versions/f36f82acae1d/schema)
