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

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

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

Gets the first page of Data Lake Analytics accounts, if any, within the current subscription. This includes a link to the next page, 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 Azure Data Lake Analytics accounts.

- DataLakeAnalyticsAccountListResult — Data Lake Analytics account list information.
  - `value` DataLakeAnalyticsAccountBasic[] — 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.
  - `count` integer — The current number of data lake analytics accounts under this subscription.
  - `nextLink` string — The link (url) to the next page of results.

## Other responses

- `default` — Default response

## Changes

- **2026-07-13** (2015-10-01-preview) `4b71b7edf163` — 1 info
  - api operation id `Account_List` removed and replaced with `Accounts_List`
- **2021-01-11** (2015-10-01-preview) `0b10c4b30d62` — 3 warning, 2 info
  - deleted the `query` request parameter `$expand`
  - deleted the `query` request parameter `$format`
  - deleted the `query` request parameter `$search`
  - api tag `Accounts` added
  - …1 more
- **2017-12-28** (2015-10-01-preview) `7cb2648523a6` — 6 info
  - api operation id `Accounts_List` removed and replaced with `Account_List`
  - api tag `Account` added
  - api tag `Accounts` removed
  - added the new optional `query` request parameter `$expand`
  - …2 more

[Change history](https://skmtc.dev/azure/apis/datalake-analytics-microsoft-datalakeanalytics/changes/subscriptions/:subscriptionId/providers/Microsoft.DataLakeAnalytics/accounts/get.md)

---

[API](https://skmtc.dev/azure/apis/datalake-analytics-microsoft-datalakeanalytics.md) · [All operations](https://skmtc.dev/azure/apis/datalake-analytics-microsoft-datalakeanalytics/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/datalake-analytics-microsoft-datalakeanalytics/revisions/a8dccea43c3b/schema)
