Hanzo
OpenapiIndex

Identifies the search implementation answering.

Identifies the search implementation answering.

GET /v1/index/version

Addresshttps://api.hanzo.ai/v1/index/version
MethodGET
Operationget_index_version
AuthAuthorization: Bearer $HANZO_API_KEY

Identifies the search implementation answering.

Reports the dialect's version shape with commitSha naming this implementation rather than a Meilisearch build, so a client that logs the version records which server answered instead of implying a release of software this is not. It requires no principal and reads no tenant data.

Request

GET /v1/index/version takes no parameters and no body — the credential is the whole request.

Response

StatusBodyMeaning
200indexVersionok

200 body — 3 fields.

FieldInTypeAlwaysDescription
commitDatebodystringCommitDate is empty here: this surface is a dialect implementation, not a build of Meilisearch, so there is no upstream commit to date.
commitShabodystringCommitSha names the implementation (hanzo-cloud) rather than a build hash, so a client logging it records which server answered instead of implying a…
pkgVersionbodystringPkgVersion is this dialect implementation's own version.

Failure carries the platform error shape — see Errors.

Examples

hanzo index version

Index API · All Hanzo APIs · Interactive reference

How is this guide?

On this page