---
title: "GET /subscriptions/{subscriptionId}/providers/Microsoft.AppConfiguration/configurationStores"
method: GET
path: "/subscriptions/{subscriptionId}/providers/Microsoft.AppConfiguration/configurationStores"
tags: ["ConfigurationStores"]
---

# GET /subscriptions/{subscriptionId}/providers/Microsoft.AppConfiguration/configurationStores

`GET /subscriptions/{subscriptionId}/providers/Microsoft.AppConfiguration/configurationStores`

Lists the configuration stores for a given subscription.

## Path parameters

- `subscriptionId` string, required

## Query parameters

- `api-version` string, required
- `$skipToken` string

## Response `200`

The request was successful; the request was well-formed and received properly.

- ConfigurationStoreListResult — The result of a request to list configuration stores.
  - `value` ConfigurationStore[] — The collection value.
    - `id` string — The resource ID.
    - `name` string — The name of the resource.
    - `type` string — The type of the resource.
    - `location` string, required — The location of the resource. This cannot be changed after the resource is created.
    - `tags` object — The tags of the resource.
  - `nextLink` string — The URI that can be used to request the next set of paged results.

## Other responses

- `default` — Error response describing why the operation failed

---

[API](https://skmtc.dev/azure/apis/appconfiguration-microsoft-appconfiguration-appconfiguration.md) · [All operations](https://skmtc.dev/azure/apis/appconfiguration-microsoft-appconfiguration-appconfiguration/llms.txt) · [OpenAPI document](https://skmtc.dev/azure/apis/appconfiguration-microsoft-appconfiguration-appconfiguration/revisions/c47ce783f72f?raw)
