---
title: "Check HTTP Server Status"
method: GET
path: "/health/alive"
tags: ["metadata"]
---

# Check HTTP Server Status

`GET /health/alive`

This endpoint returns a HTTP 200 status code when Ory Kratos is accepting incoming
HTTP requests. This status does currently not include checks whether the database connection is working.

If the service supports TLS Edge Termination, this endpoint does not require the
`X-Forwarded-Proto` header to be set.

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

## Response `200`

Ory Kratos is ready to accept connections.

- IsAlive200Response
  - `status` string, required — Always "ok".

## Other responses

- `default` — Unexpected error

---

[API](https://skmtc.net/ory/apis/ory-identities-api.md) · [All operations](https://skmtc.net/ory/apis/ory-identities-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ory/ory-identities-api/versions/7a0df90e2f13/schema)
