Subscriptions - Get
In this article
Gets details about a specified subscription.
GET https://management.azure.com/subscriptions/{subscriptionId}?api-version=2022-12-01
Name | In | Required | Type | Description |
---|---|---|---|---|
subscription
|
path | True |
string |
The ID of the target subscription. |
api-version
|
query | True |
string minLength: 1 |
The API version to use for this operation. |
Name | Type | Description |
---|---|---|
200 OK |
OK - Returns information about the subscription. |
|
Other Status Codes |
Error response describing why the operation failed. |
Azure Active Directory OAuth2 Flow
Type:
oauth2
Flow:
implicit
Authorization URL:
https://login.microsoftonline.com/common/oauth2/authorize
Name | Description |
---|---|
user_impersonation | impersonate your user account |
Sample request
Sample response
{
"id": "/subscriptions/291bba3f-e0a5-47bc-a099-3bdcb2a50a05",
"subscriptionId": "291bba3f-e0a5-47bc-a099-3bdcb2a50a05",
"tenantId": "31c75423-32d6-4322-88b7-c478bdde4858",
"displayName": "Example Subscription",
"state": "Enabled",
"subscriptionPolicies": {
"locationPlacementId": "Internal_2014-09-01",
"quotaId": "Internal_2014-09-01",
"spendingLimit": "Off"
},
"authorizationSource": "Bypassed",
"managedByTenants": [
{
"tenantId": "8f70baf1-1f6e-46a2-a1ff-238dac1ebfb7"
}
],
"tags": {
"tagKey1": "tagValue1",
"tagKey2": "tagValue2"
}
}
Name | Description |
---|---|
Cloud |
An error response for a resource management request. |
Error |
The resource management error additional info. |
Error |
The error detail. |
Error |
Error response |
Managed |
Information about a tenant managing the subscription. |
spending |
The subscription spending limit. |
Subscription |
Subscription information. |
Subscription |
Subscription policies. |
Subscription |
The subscription state. Possible values are Enabled, Warned, PastDue, Disabled, and Deleted. |
An error response for a resource management request.
Name | Type | Description |
---|---|---|
error |
Error response |
The resource management error additional info.
Name | Type | Description |
---|---|---|
info |
object |
The additional info. |
type |
string |
The additional info type. |
The error detail.
Name | Type | Description |
---|---|---|
additionalInfo |
The error additional info. |
|
code |
string |
The error code. |
details |
The error details. |
|
message |
string |
The error message. |
target |
string |
The error target. |
Error response
Name | Type | Description |
---|---|---|
error |
The error object. |
Information about a tenant managing the subscription.
Name | Type | Description |
---|---|---|
tenantId |
string |
The tenant ID of the managing tenant. This is a GUID. |
The subscription spending limit.
Value | Description |
---|---|
CurrentPeriodOff | |
Off | |
On |
Subscription information.
Name | Type | Description |
---|---|---|
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'. |
displayName |
string |
The subscription display name. |
id |
string |
The fully qualified ID for the subscription. For example, /subscriptions/8d65815f-a5b6-402f-9298-045155da7d74 |
managedByTenants |
An array containing the tenants managing the subscription. |
|
state |
The subscription state. Possible values are Enabled, Warned, PastDue, Disabled, and Deleted. |
|
subscriptionId |
string |
The subscription ID. |
subscriptionPolicies |
The subscription policies. |
|
tags |
object |
The tags attached to the subscription. |
tenantId |
string |
The subscription tenant ID. |
Subscription policies.
Name | Type | Description |
---|---|---|
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 |
The subscription spending limit. |
The subscription state. Possible values are Enabled, Warned, PastDue, Disabled, and Deleted.
Value | Description |
---|---|
Deleted | |
Disabled | |
Enabled | |
PastDue | |
Warned |