---
title: "Get Tenant Admin"
method: GET
path: "/admin/tenants/{tenant_id}"
tags: ["admin-tenants"]
---

# Get Tenant Admin

`GET /admin/tenants/{tenant_id}`

Get detailed tenant information.

## Path parameters

- `tenant_id` string, uuid, required

## Response `200`

Successful Response

- TenantAdminRead — Tenant info for admin view.
  - `id` string, uuid, required
  - `name` string, required
  - `status` 'UNCLAIMED' | 'ACTIVE' | 'DELETED', required — Enum for tenant status states
  - `created_at` string, date-time, required
  - `deleted_at` string, date-time, nullable
  - `deleted_by` string, uuid, nullable
  - `deletion_reason` string, nullable
  - `is_protected` boolean, required
  - `voice_agent_count` integer
  - `chat_agent_count` integer
  - `report_agent_count` integer
  - `user_count` integer

## Other responses

- `422` — Validation Error

## Changes

> 21 revisions in range; 1 not diffed.

- **2026-09-03** `d65b8fefae34` — 2 info
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status

[Change history](https://skmtc.dev/getanana/apis/cleon-api/changes/admin/tenants/:tenant_id/get.md)

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc.dev/getanana/apis/cleon-api/revisions/59d90f796108?raw)
