Hanzo
OpenapiEvent

Reports that the unified insights surface is serving.

Reports that the unified insights surface is serving.

GET /v1/event/insights/health

Addresshttps://api.hanzo.ai/v1/event/insights/health
MethodGET
Operationget_event_insights_health
AuthAuthorization: Bearer $HANZO_API_KEY

Reports that the unified insights surface is serving. It reads no tenant data and consults no dependency, so it answers 200 unconditionally and needs no principal — liveness must be probe-able. The warehouse-connectivity probe is a different question and lives at GET /v1/event/health.

Request

GET /v1/event/insights/health takes no parameters and no body — the credential is the whole request.

Response

StatusBodyMeaning
200insightsStatusok

200 body — 3 fields.

FieldInTypeAlwaysDescription
enginebodystringEngine names the engine serving the surface: hanzo-analytics.
okbodybooleanOK is always true — reaching this route is the liveness fact it reports.
surfacebodystringSurface is the path prefix this status covers: /v1/event/insights.

Failure carries the platform error shape — see Errors.

Examples

hanzo has no subcommand for this operation — the CLI serves only what cloud's live route table confirms. Use HTTP or an SDK.


Event API · All Hanzo APIs · Interactive reference

How is this guide?

On this page