Hanzo AI
OpenapiFlag

List health

Health reports that the flag engine is serving.

GET /v1/flag/health

Addresshttps://api.hanzo.ai/v1/flag/health
MethodGET
Operationget_flag_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/flag/health takes no parameters and no body — the credential is the whole request.

Response

StatusBodyMeaning
200flag.healthOutok
defaultproblem-detailsrefused

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 flag health

Flag API · All Hanzo APIs · Interactive reference

How is this guide?

On this page