---
title: "Check the Alive Status"
method: GET
path: "/health/alive"
tags: ["health"]
---

# Check the Alive Status

`GET /health/alive`

This endpoint returns a 200 status code when the HTTP server is up running.
This status does currently not include checks whether the database connection is working.
This endpoint does not require the `X-Forwarded-Proto` header when TLS termination is set.

Be aware that if you are running multiple nodes, the health status will never refer to the cluster state, only to a single instance.

## Response `200`

Health Status

- HealthStatus
  - `status` string — Status always contains "ok".

## Other responses

- `500` — Unexpected error

---

[API](https://skmtc.net/london-borough-of-hackney/apis/lbh-col-directory-of-services-data-store-service.md) · [All operations](https://skmtc.net/london-borough-of-hackney/apis/lbh-col-directory-of-services-data-store-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/london-borough-of-hackney/lbh-col-directory-of-services-data-store-service/revisions/75bc21856d3c/schema)
