---
title: "GET /subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/skus"
method: GET
path: "/subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/skus"
tags: ["Skus", "CognitiveServicesAccounts"]
---

# GET /subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/skus

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

Gets the list of Microsoft.CognitiveServices SKUs available for your Subscription.

## Parameters

- `../../../../../common-types/resource-management/v3/types.json#/components/parameters/ApiVersionParameter` — unresolved $ref
- `../../../../../common-types/resource-management/v3/types.json#/components/parameters/SubscriptionIdParameter` — unresolved $ref

## Response `200`

The request has succeeded.

- ResourceSkuListResult — The Get Skus operation response.
  - `value` ResourceSku[], required — The ResourceSku items on this page
    - `resourceType` string — The type of resource the SKU applies to.
    - `name` string — The name of SKU.
    - `tier` string — Specifies the tier of Cognitive Services account.
    - `kind` string — The Kind of resources that are supported in this SKU.
    - `locations` string[] — The set of locations that the SKU is available.
    - `restrictions` ResourceSkuRestrictions[] — The restrictions because of which SKU cannot be used. This is empty if there are no restrictions.
      - `type` 'Location' | 'Zone' — The type of restrictions.
      - `values` string[] — The value of restrictions. If the restriction type is set to location. This would be different locations where the SKU is restricted.
      - `restrictionInfo` ResourceSkuRestrictionInfo
        - `locations` string[] — Locations where the SKU is restricted
        - `zones` string[] — List of availability zones where the SKU is restricted.
      - `reasonCode` 'QuotaId' | 'NotAvailableForSubscription' — The reason for restriction.
  - `nextLink` string, uri — The link to the next page of items

## Other responses

- `default` — An unexpected error response.

---

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