---
title: "Gets the specified secret value resource."
method: GET
path: "/Resources/Secrets/{secretResourceName}/values/{secretValueResourceName}"
tags: ["MeshSecretValues"]
---

# Gets the specified secret value resource.

`GET /Resources/Secrets/{secretResourceName}/values/{secretValueResourceName}`

Get the information about the specified named secret value resources. The information does not include the actual value of the secret.

## Path parameters

- `secretResourceName` string, required
- `secretValueResourceName` string, required

## Query parameters

- `api-version` '6.4-preview', required

## Response `200`

OK

- SecretValueResourceDescription — This type describes a value of a secret resource. The name of this resource is the version identifier corresponding to this secret value.
  - `name` string, required — Version identifier of the secret value.
  - `properties` SecretValueResourceProperties, required — This type describes properties of secret value resource.
    - `value` string — The actual value of the secret.

## Other responses

- `default` — Error

---

[API](https://skmtc.net/azure/apis/servicefabric-servicefabric.md) · [All operations](https://skmtc.net/azure/apis/servicefabric-servicefabric/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/servicefabric-servicefabric/revisions/8fd479ce0f16/schema)
