Health Check
GET/api/v1/health
Production-level health check endpoint.
Checks all dependencies with latency measurements:
- Database (PostgreSQL) - SELECT 1 query
- Storage (MinIO/S3) - list_objects operation
- Qdrant (Vector DB) - health check + collection info
Returns: Comprehensive health status with per-service latency and overall status
Responses
- 200
Successful Response