API System
Health Check
Verify that the server is operational and all dependencies are reachable.
Response Body
application/json
{ "services": { "postgres": "healthy", "qdrant": "healthy", "redis": "healthy", "s3": "healthy" }, "healthy": true, "status": "healthy"}