Expert AI Labs
Back to API overview

Health & Identity

Live

Service-level pulse and the calling identity. Use these endpoints in CI to verify connectivity and to confirm a freshly issued key is wired correctly.

GET/api/v1/healthreadLive

Service pulse

Returns 200 if the v1 API surface is up. If a Bearer key is supplied, the response includes the resolved tenant_id, environment, and granted scopes, useful as a CI smoke test for newly issued keys.

Example response
{
  "status": "ok",
  "version": "v1",
  "tenant_id": "8c2f0a14-0c8a-4a3a-9a4d-3e0f1d6c2a91",
  "environment": "live",
  "scopes": ["read", "write"],
  "timestamp": "2026-04-27T19:22:01.118Z"
}