---
title: "List tenants"
method: GET
path: "/api/super/tenants"
tags: ["Super Admin"]
---

# List tenants

`GET /api/super/tenants`

## Response `200`

Tenant list

- object
  - `tenants` object[]
    - `id` integer
    - `slug` string
    - `name` string
    - `status` string
    - `linux_user` string
    - `created_at` integer

## Other responses

- `401` — Authentication required
- `403` — Insufficient permissions

## Changes

- **2026-03-02** `39aff788d955` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/builderz-labs/apis/mission-control-api/changes/api/super/tenants/get.md)

---

[API](https://skmtc.dev/builderz-labs/apis/mission-control-api.md) · [All operations](https://skmtc.dev/builderz-labs/apis/mission-control-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/builderz-labs/mission-control-api/revisions/b920835b2793/schema)
