/
/Samyama Graph Database API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 6m ago · Updated 6d ago
  • postExecute a Cypher query
  • getGet graph schema
  • postImport nodes from CSV
  • postImport nodes from JSON
  • getGet server status
  • getList all tenants
  • postCreate a new tenant
  • getGet a tenant
  • deleteDelete a tenant
  • patchUpdate tenant settings
  • postSample a representative subgraph
  • getList vector indexes
  • postCreate a vector index
  • postk-nearest-neighbour search over a vector index
  • postExport a tenant as a portable .sgsnap snapshot
  • postImport a .sgsnap snapshot into a tenant
  • postDeclare the governed enrichment (GAK) policy
  • postRun governed enrichment over a query's surfaced nodes
  • postPromote quarantined enrichments that clear the trust floor
  • postTranslate a natural-language question into read-only Cypher

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": "1.7.1"
}

Changes

No recorded changes to this endpoint across all 17 revisions of this API.