---
title: "Get the list of all tenants."
method: GET
path: "/tenants"
tags: ["🧩 Multi-tenants"]
---

# Get the list of all tenants.

`GET /tenants`

Get the list of tenants. The special '*' and '-' are not included in the returned values.

## Response `200`

The list of tenants with their documentation information

- object
  - `result` 'success' | 'error', required — Result of the request
  - `action` 'getTenant', required — The id of the action
  - `data` object, required
    - `tenants` Tenant[], required
      - `id` string — A unique identifier for a tenant, matching ^(\p{Alnum}[\p{Alnum}-_]*)$
      - `name` string — A name for humans
      - `description` string — One line description of the tenant, typically used to get a glimpse of tenant goal.
      - `documentation` string — A long form description of the tenant, accepting markdown

---

[API](https://skmtc.net/rudder/apis/rudder-api.md) · [All operations](https://skmtc.net/rudder/apis/rudder-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rudder/rudder-api/revisions/eab988254fba/schema)
