Check Service Health
Response
Status Values
Services Checked
Core infrastructure (always checked):postgres— PostgreSQL databasemongodb— MongoDB databaseminio— MinIO object storeactivemq— ActiveMQ message queuekafka— Apache Kafka
qdrant— Qdrant vector databaseweaviate— Weaviate vector databasemilvus— Milvus vector databasechroma— Chroma vector databasepgvector— PostgreSQL with pgvector extension
Example
List Available Destinations
- Self-hosted destinations (
mongodb,postgres,objectstore) are live-probed — a destination is listed only if the service is actually reachable. The presence of a Vault secret alone is not enough, because the compose stack seeds secrets even when a service is disabled. - External SaaS destinations (
snowflake,databricks) have no local service to probe, so they are listed when any Platform secret contains a complete set of credentials for that destination. Credential secret names are user-chosen per pipeline, so every Platform secret is scanned rather than a fixed name looked up.
Response
Example
List Available Vector Stores
POST /api/v1/search/{store}.
Each candidate store (qdrant, weaviate, pgvector, milvus, chroma) is actively probed using the same connectivity checks as /health/services — only stores whose status is up are returned. A store with a configured Vault secret but an unreachable service is excluded.
