> ## 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 Service Secrets (Admin)

> Retrieve OAuth client ID/secret entries for a specific third-party service.

Retrieve OAuth client ID/secret entries for a specific third-party service (admin only).

* **Method:** GET
* **Path:** `/api/v1/admin/services/{service_id}/secrets`

## Path Parameter

* `service_id` (integer, required): The ID of the service

## Response

Returns an array of `TenantSecretResponse` objects.

<OpenAPIPlayground endpoint="/api/v1/admin/services/{service_id}/secrets" method="GET" />
