Returns the health status of all configured backend services including PostgreSQL, MongoDB, MinIO, ActiveMQ, Kafka, and vector databases (Qdrant, Weaviate, Milvus, Chroma, pgvector). Each service reports “up”, “down”, or “not_configured”.
GET
/
api
/
v1
/
health
/
services
Check backend service health
curl --request GET \ --url http://localhost:8080/api/v1/health/services \ --header 'x-api-key: <api-key>'