Hanzo AI
OpenapiDataroom

List health

Health reports that the data room subsystem is up.

GET /v1/dataroom/health

Addresshttps://api.hanzo.ai/v1/dataroom/health
MethodGET
Operationget_dataroom_health
AuthAuthorization: Bearer $HANZO_API_KEY

Health reports that the data room subsystem is up.

It answers before the bundle loads, holds no state and touches no store, so it stays true in exactly the situation an operator is probing for. It says nothing about whether a room can be OPENED — that is what the room operations answer — because a liveness probe that fails on a dependency takes a working process out of rotation.

Request

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

Response

StatusBodyMeaning
200dataroomLivenessok

200 body — 2 fields.

FieldInTypeAlwaysDescription
servicebodystringService names the subsystem answering, so a probe response is attributable when several are collected together.
statusbodystringStatus is ok.

Failure carries the platform error shape — see Errors.

Examples

hanzo dataroom health

Dataroom API · All Hanzo APIs · Interactive reference

How is this guide?

On this page