Hanzo
OpenapiDataroom

Liveness of the dataroom subsystem

Answers {service, status} unconditionally — no principal, no tenant.

GET /v1/dataroom/health

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

Answers {service, status} unconditionally — no principal, no tenant. It is registered BEFORE the bundle, the link index and the object-storage seam are wired, so it keeps answering when any of those fail and the subsystem degrades to health-only. That is the point, and the limit: a 200 here says the process is alive, never that a data room can be read or written.

Request

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

Response

The document declares no response body for this operation. It answers 200 on success and the platform error shape on failure — see Errors.

Examples

hanzo dataroom health

Dataroom API · All Hanzo APIs · Interactive reference

How is this guide?

On this page