> ## Documentation Index
> Fetch the complete documentation index at: https://docs.searchcompany.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Architecture for the Health Check endpoint

## Purpose

Simple health check for monitoring and load balancer probes.

## Response Format

```json theme={null}
{
  "status": "healthy"
}
```

## Rate Limiting

* **60 requests per minute** per IP address

## Code Location

```
src/app/apis/health/health_check/routes.py
```
