# Get an app's secret key (/secrets/Secretkey_get)

`GET /apps/{app_name}/secretkeys/{secret_name}`

## Parameters

| Name | In | Type | Required | Description |
| --- | --- | --- | --- | --- |
| `app_name` | path | `string` | Yes | Fly App Name |
| `secret_name` | path | `string` | Yes | Secret key name |
| `min_version` | query | `string` | No | Minimum secrets version to return. Returned when setting a new secret |

## Responses

| Status | Description | Schema |
| --- | --- | --- |
| `200` | OK | `SecretKey` |

The full machine-readable OpenAPI spec is available at /openapi.json.