---
title: "Lists all the secret resources."
method: GET
path: "/Resources/Secrets"
tags: ["MeshSecrets"]
---

# Lists all the secret resources.

`GET /Resources/Secrets`

Gets the information about all secret resources in a given resource group. The information include the description and other properties of the Secret.

## Query parameters

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

## Response `200`

OK

- PagedSecretResourceDescriptionList — The list of secret resources. The list is paged when all of the results cannot fit in a single message. The next set of results can be obtained by executing the same query with the continuation token provided in this list.
  - `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` SecretResourceDescription[] — One page of the list.
    - `properties` SecretResourceProperties, required — This type describes the properties of a secret resource, including its kind.
      - `kind` 'inlinedValue', required — Describes the kind of secret.
    - `name` string, required — Name of the Secret resource.

## Other responses

- `default` — Error

---

[API](https://skmtc.net/azure/apis/service-fabric-client-apis.md) · [All operations](https://skmtc.net/azure/apis/service-fabric-client-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/service-fabric-client-apis/versions/6df9f2f4d542/schema)
