---
title: "List names of all values of the specified secret resource."
method: GET
path: "/Resources/Secrets/{secretResourceName}/values"
tags: ["MeshSecretValues"]
---

# List names of all values of the specified secret resource.

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

Gets information about all secret value resources of the specified secret resource. The information includes the names of the secret value resources, but not the actual values.

## Path parameters

- `secretResourceName` string, required

## Query parameters

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

## Response `200`

OK

- PagedSecretValueResourceDescriptionList — The list of values of a secret resource, paged if the number of results exceeds the limits of a single message. The next set of results can be obtained by executing the same query with the continuation token provided in the previous page.
  - `ContinuationToken` string — The continuation token parameter is used to obtain next set of results. The continuation token is included in the response of the API when the results from the system do not fit in a single response. When this value is passed to the next API call, the API returns next set of results. If there are no further results, then the continuation token is not included in the response.
  - `Items` SecretValueResourceDescription[] — One page of the list.
    - `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/versions/6ebed3032b57/schema)
