> ## 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 Tenant Secrets

Retrieve a list of secrets for a specific tenant.

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

## Path Parameter

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

## Response

Returns an array of `TenantSecretResponse` objects.

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