---
title: "GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/resources"
method: GET
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/resources"
tags: ["ResourceGroups"]
---

# GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/resources

`GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/resources`

Get all the resources for a resource group.

## Path parameters

- `resourceGroupName` string, required
- `subscriptionId` string, required

## Query parameters

- `$filter` string
- `$expand` string
- `$top` integer
- `api-version` string, required

## Response `200`

OK - Returns an array of resources

- ResourceListResult — List of resource groups.
  - `value` GenericResourceExpanded[] — An array of resources.
    - `id` string — Resource ID
    - `name` string — Resource name
    - `type` string — Resource type
    - `location` string — Resource location
    - `tags` object — Resource tags
  - `nextLink` string — The URL to use for getting the next set of results.

## Other responses

- `default` — Error response describing why the operation failed.

---

[API](https://skmtc.dev/azure/apis/resourcemanagementclient.md) · [All operations](https://skmtc.dev/azure/apis/resourcemanagementclient/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/resourcemanagementclient/revisions/917e67faecf0/schema)
