Skip to main content
GET
/
api
/
bridge
/
health
Bridge Health
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"
}

Authorizations

x-logclaw-api-key
string
header
required

Your project API key (starts with lc_proj_)

Response

200 - application/json

Bridge health status