---
title: "List all SKUs."
method: GET
path: "/subscriptions/{subscriptionId}/providers/Microsoft.Web/skus"
---

# List all SKUs.

`GET /subscriptions/{subscriptionId}/providers/Microsoft.Web/skus`

List all SKUs.

## Path parameters

- `subscriptionId` string, required

## Query parameters

- `api-version` string, required

## Response `200`

OK

- SkuInfos — Collection of SKU information.
  - `resourceType` string — Resource type that this SKU applies to.
  - `skus` GlobalCsmSkuDescription[] — List of SKUs the subscription is able to use.
    - `name` string — Name of the resource SKU.
    - `tier` string — Service Tier of the resource SKU.
    - `size` string — Size specifier of the resource SKU.
    - `family` string — Family code of the resource SKU.
    - `capacity` SkuCapacity — unresolved $ref
    - `locations` string[] — Locations of the SKU.
    - `capabilities` Capability[] — Capabilities of the SKU, e.g., is traffic manager enabled? — unresolved $ref

## Other responses

- `default` — App Service error response.

---

[API](https://skmtc.dev/azure/apis/api-client.md) · [All operations](https://skmtc.dev/azure/apis/api-client/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/api-client/revisions/c56ba15bfc3d/schema)
