---
title: "GET /subscriptions/{subscriptionId}/providers/Microsoft.DataLakeStore/accounts"
method: GET
path: "/subscriptions/{subscriptionId}/providers/Microsoft.DataLakeStore/accounts"
tags: ["Accounts"]
---

# GET /subscriptions/{subscriptionId}/providers/Microsoft.DataLakeStore/accounts

`GET /subscriptions/{subscriptionId}/providers/Microsoft.DataLakeStore/accounts`

Lists the Data Lake Store accounts within the subscription. The response includes a link to the next page of results, if any.

## Path parameters

- `subscriptionId` string, required

## Query parameters

- `$filter` string
- `$top` integer
- `$skip` integer
- `$select` string
- `$orderby` string
- `$count` boolean
- `api-version` string, required

## Response `200`

Successfully retrieved the list of accounts.

- DataLakeStoreAccountListResult — Data Lake Store account list information response.
  - `value` DataLakeStoreAccountBasic[] — The results of the list operation.
    - `id` string — The resource identifier.
    - `name` string — The resource name.
    - `type` string — The resource type.
    - `location` string — The resource location.
    - `tags` object — The resource tags.
  - `nextLink` string — The link (url) to the next page of results.

---

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