---
title: "Get server status"
method: GET
path: "/api/status"
---

# Get server status

`GET /api/status`

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

## Response `200`

Server status

- StatusResponse
  - `status` string — Server health status
  - `version` string — Server version
  - `storage` object
    - `nodes` integer — Number of nodes in the graph
    - `edges` integer — Number of edges in the graph

---

[API](https://skmtc.net/samyama-ai/apis/samyama-graph-database-api.md) · [All operations](https://skmtc.net/samyama-ai/apis/samyama-graph-database-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/samyama-ai/samyama-graph-database-api/versions/047a40292bc8/schema)
