---
title: "Get list of applicable `Reservation`s."
method: GET
path: "/subscriptions/{subscriptionId}/providers/Microsoft.Capacity/appliedReservations"
tags: ["AppliedReservation"]
---

# Get list of applicable `Reservation`s.

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

Get applicable `Reservation`s that are applied to this subscription or a resource group under this subscription.

## Path parameters

- `subscriptionId` string, required

## Query parameters

- `api-version` string, required

## Response `200`

Applicable `Reservation`s.

- AppliedReservations
  - `id` string — Identifier of the applied reservations
  - `name` string — Name of resource
  - `type` string — Type of resource. "Microsoft.Capacity/AppliedReservations"
  - `properties` AppliedReservationsProperties
    - `reservationOrderIds` AppliedReservationList
      - `value` string[]
      - `nextLink` string — Url to get the next page of reservations

## 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)
