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

# List Tenants

Retrieve a list of tenants in the system.

* **Method:** GET
* **Path:** `/api/v1/tenants/`

## Query Parameters

* `skip` (integer, optional): Number of records to skip
* `limit` (integer, optional): Maximum number of records to return

## Response

Returns an array of `Tenant` objects.

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