---
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 Keto 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 Keto is ready to accept connections.

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

## Other responses

- `default` — Unexpected error

## Changes

- **2023-06-15** `a96a092e0b0f` — 1 info
  - removed the non-success response with the status `500`
- **2022-11-25** `5f207fe3fcc0` — 1 breaking, 3 info
  - the `details` response's property type changed from `array` to `object` for status `500`
  - added the optional property `debug` to the response with the `500` status
  - added the optional property `id` to the response with the `500` status
  - the response property `message` became required for the status `500`
- **2022-02-09** `a88adf308b2b` — 5 info
  - api operation id `isInstanceAlive` removed and replaced with `isAlive`
  - api tag `metadata` added
  - api tag `health` removed
  - added the media type `application/json` for the response with the status `200`
  - …1 more
- **2021-10-07** `e90046dbd055` — 1 breaking, 4 info
  - removed the media type `application/json` for the response with the status `200`
  - api operation id `isAlive` removed and replaced with `isInstanceAlive`
  - api tag `health` added
  - api tag `metadata` removed
  - …1 more

[Change history](https://skmtc.dev/ory/apis/ory-keto-api/changes/health/alive/get.md)

---

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