---
title: "List all tenants"
method: GET
path: "/api/tenants"
---

# List all tenants

`GET /api/tenants`

Returns all configured tenants with their settings and quotas.

## Response `200`

List of tenants

- object
  - `tenants` Tenant[]
    - `id` string — Tenant ID (unique identifier)
    - `name` string — Display name
    - `enabled` boolean — Whether the tenant is enabled
    - `created_at` integer — Creation timestamp (Unix seconds)
    - `quotas` ResourceQuotas
      - `max_nodes` integer, nullable — Maximum number of nodes
      - `max_edges` integer, nullable — Maximum number of edges
      - `max_memory_bytes` integer, nullable — Maximum memory in bytes
      - `max_storage_bytes` integer, nullable — Maximum storage in bytes
      - `max_connections` integer, nullable — Maximum concurrent connections
      - `max_query_time_ms` integer, nullable — Maximum query execution time in milliseconds
    - `nlq_config` object, nullable — NLQ configuration
    - `agent_config` object, nullable — Agent configuration
    - `embed_config` object, nullable — Auto-embed configuration

## 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/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/7f3d37bbc2cd/schema)
