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.5.11"
}

Changes