> ## Documentation Index
> Fetch the complete documentation index at: https://hexelstudio.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Tenant by ID

Retrieve a tenant's information by its tenant ID.

* **Method:** GET
* **Path:** `/api/v1/tenants/{tenant_id}`

## Path Parameter

* `tenant_id` (integer, required): The ID of the tenant

## Response

Returns a `Tenant` object.

<OpenAPIPlayground endpoint="/api/v1/tenants/{tenant_id}" method="GET" />
