---
title: "GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AnalysisServices/servers"
method: GET
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AnalysisServices/servers"
tags: ["Servers"]
---

# GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AnalysisServices/servers

`GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AnalysisServices/servers`

Gets all the Analysis Services servers for the given resource group.

## Path parameters

- `resourceGroupName` string, required
- `subscriptionId` string, required

## Query parameters

- `api-version` string, required

## Response `200`

OK

- AnalysisServicesServers — An array of Analysis Services resources.
  - `value` AnalysisServicesServer[], required — An array of Analysis Services resources.
    - `id` string — An identifier that represents the Analysis Services resource.
    - `name` string — The name of the Analysis Services resource.
    - `type` string — The type of the Analysis Services resource.
    - `location` string, required — Location of the Analysis Services resource.
    - `sku` ResourceSku, required — Represents the SKU name and Azure pricing tier for Analysis Services resource.
      - `name` string, required — Name of the SKU level.
      - `tier` 'Development' | 'Basic' | 'Standard' — The name of the Azure pricing tier to which the SKU applies.
      - `capacity` integer — The number of instances in the read only query pool.
    - `tags` object — Key-value pairs of additional resource provisioning properties.

## Other responses

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

---

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