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

# Lists the specified value of the secret resource.

`POST /Resources/Secrets/{secretResourceName}/values/{secretValueResourceName}/list_value`

Lists the decrypted value of the specified named value of the secret resource. This is a privileged operation.

## Path parameters

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

## Query parameters

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

## Response `200`

OK

- SecretValue — This type represents the unencrypted value of the secret.
  - `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)
