> ## 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 User Secret by ID

Retrieve a user secret by its ID for the current user.

* **Method:** GET
* **Path:** `/api/v1/user-secrets/{secret_id}`

## Path Parameter

* `secret_id` (integer, required): The ID of the user secret

## Response

Returns a `UserSecretResponse` object.

<OpenAPIPlayground endpoint="/api/v1/user-secrets/{secret_id}" method="GET" />
