---
title: "Get the regions and skus that are available for RI purchase for the specified Azure subscription."
method: GET
path: "/subscriptions/{subscriptionId}/providers/Microsoft.Capacity/catalogs"
tags: ["Catalog"]
---

# Get the regions and skus that are available for RI purchase for the specified Azure subscription.

`GET /subscriptions/{subscriptionId}/providers/Microsoft.Capacity/catalogs`

## Path parameters

- `subscriptionId` string, required

## Query parameters

- `api-version` string, required
- `reservedResourceType` string
- `location` string
- `publisherId` string
- `offerId` string
- `planId` string

## Response `200`

List of available resources

- Catalog[]
  - `resourceType` string — The type of resource the SKU applies to.
  - `name` string — The name of SKU
  - `billingPlans` object — The billing plan options available for this SKU.
  - `terms` ReservationTerm[] — Available reservation terms for this resource
  - `locations` string[]
  - `skuProperties` SkuProperty[]
    - `name` string — An invariant to describe the feature.
    - `value` string — An invariant if the feature is measured by quantity.
  - `msrp` object — Pricing information about the SKU
    - `p1Y` Price
      - `currencyCode` string — The ISO 4217 3-letter currency code for the currency used by this purchase record.
      - `amount` number, double
  - `restrictions` SkuRestriction[]
    - `type` string — 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.
    - `reasonCode` string — The reason for restriction.
  - `tier` string — The tier of this SKU
  - `size` string — The size of this SKU
  - `capabilities` SkuCapability[]
    - `name` string — An invariant to describe the feature.
    - `value` string — An invariant if the feature is measured by quantity.

## Other responses

- `default` — Unexpected error

---

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