Skip to main content
Returns a snapshot of indexer health and platform status. Use this as a liveness probe before relying on data freshness.

Endpoint

Authentication: required (X-API-Key).

Why use this

  • Liveness check before running an integration that depends on real-time data.
  • Lag trackinglag_seconds is the gap between the latest event we’ve ingested and wall-clock time. Normally 1–10 seconds.
  • Status field"ok" if lag < 60s, "degraded" otherwise.

Response

Examples