---
title: "Liveness probe"
method: GET
path: "/health"
tags: ["health"]
---

# Liveness probe

`GET /health`

Liveness probe.

Returns 200 OK if the server is running.
This is a simple endpoint with no dependencies to verify
that the application process is alive.

## Response `200`

Successful Response

- HealthResponse — Health check response.
  - `status` 'healthy', required
  - `timestamp` string, date-time, required
  - `version` string

---

[API](https://skmtc.dev/scipot/apis/scipot-core-api.md) · [All operations](https://skmtc.dev/scipot/apis/scipot-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/scipot/scipot-core-api/revisions/e8712e9ffeae/schema)
