---
title: "Check API health"
method: GET
path: "/health"
tags: ["health"]
---

# Check API health

`GET /health`

Check the health of the API and its dependencies.

## Response `200`

Health status information

- HealthResponse — API health check response.
  - `status` string, required
  - `version` string, required
  - `weaviate` object, required
  - `redis` object, nullable
  - `posthog` object, nullable

## Other responses

- `503` — Service Unavailable

---

[API](https://skmtc.net/memara/apis/memara-api.md) · [All operations](https://skmtc.net/memara/apis/memara-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/memara/memara-api/revisions/4dc7c4418845/schema)
