Hanzo
OpenapiEngine

Whether the serving runtime is reachable, and which build it runs

Status reports whether the engine deployment is reachable and which build revision it runs — an honest lens for "is the serving runtime up", never a…

GET /v1/engine/status

Addresshttps://api.hanzo.ai/v1/engine/status
MethodGET
OperationengineStatus
AuthAuthorization: Bearer $HANZO_API_KEY

Status reports whether the engine deployment is reachable and which build revision it runs — an honest lens for "is the serving runtime up", never a fabricated ok.

Request

GET /v1/engine/status takes no parameters and no body — the credential is the whole request.

Response

StatusBodyMeaning
200engineStatusok

200 body — 2 fields.

FieldInTypeAlwaysDescription
reachablebodybooleanReachable is true when the engine answered its health probe.
revisionbodystringRevision is the engine build's git revision, present only when reachable (the server's own build identity — it publishes no semver).

Failure carries the platform error shape — see Errors.

Examples

hanzo engine status

Engine API · All Hanzo APIs · Interactive reference

How is this guide?

On this page