---
title: "GET /subscriptions"
method: GET
path: "/subscriptions"
tags: ["Subscriptions"]
---

# GET /subscriptions

`GET /subscriptions`

Gets all subscriptions for a tenant.

## Parameters

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

## Response `200`

Azure operation completed successfully.

- SubscriptionListResult — Subscription list operation response.
  - `value` Subscription[], required — The Subscription items on this page
    - `id` string — The fully qualified ID for the subscription. For example, /subscriptions/8d65815f-a5b6-402f-9298-045155da7d74
    - `subscriptionId` string — The subscription ID.
    - `displayName` string — The subscription display name.
    - `tenantId` string — The subscription tenant ID.
    - `state` 'Enabled' | 'Warned' | 'PastDue' | 'Disabled' | 'Deleted' — The subscription state. Possible values are Enabled, Warned, PastDue, Disabled, and Deleted.
    - `subscriptionPolicies` SubscriptionPolicies — Subscription policies.
      - `locationPlacementId` string — The subscription location placement ID. The ID indicates which regions are visible for a subscription. For example, a subscription with a location placement Id of Public_2014-09-01 has access to Azure public regions.
      - `quotaId` string — The subscription quota ID.
      - `spendingLimit` 'On' | 'Off' | 'CurrentPeriodOff' — The subscription spending limit.
    - `authorizationSource` string — The authorization source of the request. Valid values are one or more combinations of Legacy, RoleBased, Bypassed, Direct and Management. For example, 'Legacy, RoleBased'.
    - `managedByTenants` ManagedByTenant[] — An array containing the tenants managing the subscription.
      - `tenantId` string — The tenant ID of the managing tenant. This is a GUID.
    - `tags` object — The tags attached to the subscription.
  - `nextLink` string, uri — The link to the next page of items

## Other responses

- `default` — An unexpected error response.

## Changes

> 8 revisions in range; 1 could not be searched.

- **2026-07-13** (2015-11-01) `abbabab6a26c` — 1 warning
  - deleted the `query` request parameter `api-version`

[Change history](https://skmtc.dev/azure/apis/resources-microsoft-resources-subscriptions/changes/subscriptions/get.md)

---

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