---
title: "Get the list of valid SKUs for an IoT hub"
method: GET
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/IotHubs/{resourceName}/skus"
tags: ["GET"]
---

# Get the list of valid SKUs for an IoT hub

`GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/IotHubs/{resourceName}/skus`

Get the list of valid SKUs for an IoT hub.

## Path parameters

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

## Query parameters

- `api-version` string, required

## Response `200`

This is a synchronous operation. The body contains a JSON-serialized array of the valid SKUs for this IoT hub.

- IotHubSkuDescriptionListResult — The JSON-serialized array of IotHubSkuDescription objects with a next link.
  - `value` IotHubSkuDescription[] — The array of IotHubSkuDescription.
    - `resourceType` string — The type of the resource.
    - `sku` IotHubSkuInfo, required — Information about the SKU of the IoT hub.
      - `name` 'F1' | 'S1' | 'S2' | 'S3' | 'B1' | 'B2' | 'B3', required — The name of the SKU.
      - `tier` 'Free' | 'Standard' | 'Basic' — The billing tier for the IoT hub.
      - `capacity` integer — The number of provisioned IoT Hub units. See: https://docs.microsoft.com/azure/azure-subscription-service-limits#iot-hub-limits.
    - `capacity` IotHubCapacity, required — IoT Hub capacity information.
      - `minimum` integer — The minimum number of units.
      - `maximum` integer — The maximum number of units.
      - `default` integer — The default number of units.
      - `scaleType` 'Automatic' | 'Manual' | 'None' — The type of the scaling enabled.
  - `nextLink` string — The next link.

## Other responses

- `default` — DefaultErrorResponse

---

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