Hanzo
OpenapiFlags

Health reports that the flag engine is serving.

Health reports that the flag engine is serving.

GET /v1/flags/health

Addresshttps://api.hanzo.ai/v1/flags/health
MethodGET
Operationget_flags_health
AuthAuthorization: Bearer $HANZO_API_KEY

Health reports that the flag engine is serving. It is not gated: liveness must be probe-able without a token.

Request

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

Response

StatusBodyMeaning
200healthOutok

200 body — 2 fields.

FieldInTypeAlwaysDescription
enginebodystringEngine names the evaluator this deployment runs.
okbodybooleanOK is true whenever the flag engine is serving.

Failure carries the platform error shape — see Errors.

Examples

hanzo flags health

Flags API · All Hanzo APIs · Interactive reference

How is this guide?

On this page