cURL
curl --request GET \ --url https://otel.logclaw.ai/api/bridge/health \ --header 'x-logclaw-api-key: <api-key>'
{ "status": "ok", "threads": { "etl": "running", "anomaly": "running", "indexer": "running", "lifecycle": "running" }, "kafka": "connected", "opensearch": "connected" }
Returns the health status of all Bridge processing threads and backend connections (Kafka, OpenSearch).
Your project API key (starts with lc_proj_)
lc_proj_
Bridge health status