---
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

---

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