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

# Health Check

`GET /health`

Comprehensive health check endpoint that queries all underlying services.

Checks the following services:
- PostgreSQL database
- Redis
- PGVector store
- Storage service (Local/S3)
- ColPali vector store (if enabled)

## Response `200`

Successful Response

- DetailedHealthCheckResponse — Response for detailed health check endpoint
  - `status` string, required
  - `services` ServiceStatus[], required
    - `name` string, required
    - `status` string, required
    - `message` string, nullable
    - `response_time_ms` number, nullable
  - `timestamp` string, required

## Changes

- **2025-11-05** `9ade02dd7b1d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/morphik-org/apis/fastapi/changes/health/get.md)

---

[API](https://skmtc.dev/morphik-org/apis/fastapi.md) · [All operations](https://skmtc.dev/morphik-org/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/morphik-org/fastapi/revisions/2d9291c3821d/schema)
