> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Subscriptions

Gets all subscriptions for a tenant.

<Note>
  External Documentation

  To learn more, visit the [Azure documentation](https://learn.microsoft.com/en-us/rest/api/azurestack/subscriptions/list?view=rest-azurestack-2015-11-01\&tabs=HTTP).
</Note>

## Example Output

```json theme={"dark"}
{
	"value": [
		{
			"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": "RoleBased",
			"managedByTenants": [
				{
					"tenantId": "8f70baf1-1f6e-46a2-a1ff-238dac1ebfb7"
				}
			],
			"tags": {
				"tagKey1": "tagValue1",
				"tagKey2": "tagValue2"
			}
		},
		{
			"id": "/subscriptions/72ac930a-f34e-42d8-b06d-dc2a9e12ed71",
			"subscriptionId": "72ac930a-f34e-42d8-b06d-dc2a9e12ed71",
			"tenantId": "2a0ff0de-96b2-4859-bb7c-a430d07a3e0c",
			"displayName": "Example Subscription2",
			"state": "Enabled",
			"subscriptionPolicies": {
				"locationPlacementId": "Internal_2014-09-01",
				"quotaId": "Internal_2014-09-01",
				"spendingLimit": "Off"
			},
			"authorizationSource": "RoleBased",
			"managedByTenants": [
				{
					"tenantId": "8f70baf1-1f6e-46a2-a1ff-238dac1ebfb7"
				},
				{
					"tenantId": "f7fb6af2-321d-47c8-9c0f-b0239eaad39a"
				}
			],
			"tags": {
				"tagKey1": "tagValue1",
				"tagKey2": "tagValue2"
			}
		}
	],
	"nextLink": "..."
}
```

## Workflow Library Example

[List Subscriptions with Azure and Send Results Via Email](https://library.blinkops.com/workflows/list-subscriptions-with-azure-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/list-subscriptions-with-azure-and-send-results-via-email/canvas" />
</div>
