---
title: "Get tenant resource usage"
method: GET
path: "/api/tenants/{id}/usage"
---

# Get tenant resource usage

`GET /api/tenants/{id}/usage`

Returns current resource usage for a tenant (nodes, edges, memory, storage, connections).

## Response `200`

Resource usage

- UsageResponse
  - `tenant_id` string
  - `node_count` integer
  - `edge_count` integer
  - `memory_bytes` integer
  - `storage_bytes` integer
  - `active_connections` integer

## Other responses

- `404` — Tenant not found

---

[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)
