v1

latestOpenAPI 3.1.0Apache-2.02026-07-17111518.0 KB

Get server status

Returns the health status, version, and storage statistics of the database.

get/api/status

Response

Server status

statusstring

Server health status

versionstring

Server version

Example response

{
  "status": "healthy",
  "version": "0.7.0"
}