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

## Changes

- **2026-03-13** `af3b694476b3` — 1 info
  - endpoint added
- **2026-02-21** `5b9d1ed71ed1` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/samyama-ai/apis/samyama-graph-database-api/changes/api/tenants/:id/usage/get.md)

---

[API](https://skmtc.dev/samyama-ai/apis/samyama-graph-database-api.md) · [All operations](https://skmtc.dev/samyama-ai/apis/samyama-graph-database-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/samyama-ai/samyama-graph-database-api/revisions/4e70dbfb8565/schema)
