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

# GET /subscriptions/{subscriptionId}

`GET /subscriptions/{subscriptionId}`

Gets details about a specified subscription.

## Parameters

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

## Response `200`

Azure operation completed successfully.

- Subscription — Subscription information.
  - `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.

## Other responses

- `default` — An unexpected error response.

## Changes

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

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

[Change history](https://skmtc.dev/azure/apis/resources-microsoft-resources-subscriptions/changes/subscriptions/:subscriptionId/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)
