> ## 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 Resource Groups

Gets all the resource groups for a subscription.

<Note>
  External Documentation

  To learn more, visit the [Azure documentation](https://learn.microsoft.com/en-us/rest/api/compute/dedicated-host-groups/list-by-subscription?view=rest-compute-2023-07-01\&tabs=HTTP).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter       | Description                        |
  | --------------- | ---------------------------------- |
  | Subscription ID | The ID of the target subscription. |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter | Description                                                                                                                                                                             |
  | --------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Filter    | The filter to apply on the operation. You can filter by tag names and values. For example, to filter for a tag name and value, use \$filter=tagName eq 'tag1' and tagValue eq 'Value1'. |
</div>

## Example Output

```json theme={"dark"}
[
	{
		"id": "/subscriptions/a303ce4e-302e-471a-8188-4dab418ce9ea/resourceGroups/cloud-shell-storage-westeurope",
		"name": "cloud-shell-storage-westeurope",
		"type": "Microsoft.Resources/resourceGroups",
		"location": "westeurope",
		"properties": {
			"provisioningState": "Succeeded"
		}
	},
	{
		"id": "/subscriptions/a303ce4e-302e-471a-8188-4dab418ce9ea/resourceGroups/DefaultResourceGroup-EUS",
		"name": "DefaultResourceGroup-EUS",
		"type": "Microsoft.Resources/resourceGroups",
		"location": "eastus",
		"properties": {
			"provisioningState": "Succeeded"
		}
	}
]
```

## Workflow Library Example

[List Resource Groups with Azure and Send Results Via Email](https://library.blinkops.com/workflows/list-resource-groups-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-resource-groups-with-azure-and-send-results-via-email/canvas" />
</div>
