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

# GET /subscriptions/{subscriptionId}

`GET /subscriptions/{subscriptionId}`

Gets details about a specified subscription.

## Path parameters

- `subscriptionId` string, required

## Query parameters

- `api-version` string, required

## Response `200`

OK - Returns information about the subscription.

- Subscription — Subscription information.
  - `id` string — The fully qualified ID for the subscription. For example, /subscriptions/00000000-0000-0000-0000-000000000000.
  - `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.

---

[API](https://skmtc.net/azure/apis/subscriptionclient-3.md) · [All operations](https://skmtc.net/azure/apis/subscriptionclient-3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/subscriptionclient-3/versions/fb352ef7c51a/schema)
