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

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getanana/cleon-api/revisions/c0f54348e251/schema)
