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

# Get Tenant

`GET /tenants/{tenant_id}`

## Path parameters

- `tenant_id` string, uuid, required

## Response `200`

Successful Response

- TenantRead
  - `id` string, uuid, required
  - `name` string, required
  - `status` 'UNCLAIMED' | 'ACTIVE' | 'DELETED' — Enum for tenant status states
  - `icon_s3_key` string, nullable
  - `tcpa_bypass_until` string, date-time, nullable
  - `timezone` string
  - `business_hours_schedule` BusinessHoursSchedule — Workspace schedule. Whole hours, same buckets as the destination override. ``friday`` follows the same key-presence rule as ``BusinessHoursScheduleOverride``: present (including explicit ``None``) overrides Friday; absent falls back to ``weekdays``. Unset ``friday`` is omitted from dumps so saving the existing Mon–Fri editor cannot close Friday. Minute-precise Head Office hours (e.g. 14:30) live on the destination override, which uses ``BusinessHoursWindow``; this model stays whole-hour.
    - `weekdays` DayHours
      - `start` integer, required
      - `end` integer, required
    - `friday` DayHours
      - `start` integer, required
      - `end` integer, required
    - `saturday` DayHours
      - `start` integer, required
      - `end` integer, required
    - `sunday` DayHours
      - `start` integer, required
      - `end` integer, required
  - `after_hours_action` object, nullable
  - `outcome_taxonomy` OutcomeTaxonomyItem[]
    - `value` string, required
    - `label` string, required
    - `description` string, nullable
  - `deleted_at` string, date-time, nullable

## Other responses

- `422` — Validation Error

## Changes

> 28 revisions in range; 1 not diffed.

- **2026-09-26** `6b978a517225` — 1 info
  - added the optional property `business_hours_schedule/friday` to the response with the `200` status
- **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/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/6b978a517225?raw)
