---
title: "GET /subscriptions/{subscriptionId}/providers/Microsoft.HybridData/dataManagers"
method: GET
path: "/subscriptions/{subscriptionId}/providers/Microsoft.HybridData/dataManagers"
tags: ["DataManagers"]
---

# GET /subscriptions/{subscriptionId}/providers/Microsoft.HybridData/dataManagers

`GET /subscriptions/{subscriptionId}/providers/Microsoft.HybridData/dataManagers`

Lists all the data manager resources available under the subscription.

## Path parameters

- `subscriptionId` string, required

## Query parameters

- `api-version` string, required

## Response `200`

List of data manager resources available under the subscription.

- DataManagerList — DataManager resources Collection.
  - `value` DataManager[] — List of data manager resources.
    - `id` string — The Resource Id.
    - `name` string — The Resource Name.
    - `type` string — The Resource type.
    - `location` string, required — The location of the resource. This will be one of the supported and registered Azure Geo Regions (e.g. West US, East US, Southeast Asia, etc.). The geo region of a resource cannot be changed once it is created, but if an identical geo region is specified on update the request will succeed.
    - `tags` object — The list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups).
    - `sku` Sku — The sku type.
      - `name` string — The sku name. Required for data manager creation, optional for update.
      - `tier` string — The sku tier. This is based on the SKU name.
  - `nextLink` string — Link for the next set of data stores.

---

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