---
title: "Extensions_ListByAccount"
method: GET
path: "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/microsoft.visualstudio/account/{accountResourceName}/extension"
tags: ["Extensions"]
---

# Extensions_ListByAccount

`GET /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/microsoft.visualstudio/account/{accountResourceName}/extension`

Gets the details of the extension resources created within the resource group.

## Path parameters

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

## Query parameters

- `api-version` string, required

## Response `200`

The operation succeeded. The response contains all extension resource details for the specified account.

- ExtensionResourceListResult — The response to an extension resource list GET request.
  - `value` ExtensionResource[] — Array of extension resource details.
    - `id` string — Unique identifier of the resource.
    - `location` string — Resource location.
    - `name` string — Resource name.
    - `tags` object — Resource tags.
    - `type` string — Resource type.

---

[API](https://skmtc.dev/azure/apis/visual-studio-resource-provider-client.md) · [All operations](https://skmtc.dev/azure/apis/visual-studio-resource-provider-client/llms.txt) · [OpenAPI document](https://skmtc.dev/azure/apis/visual-studio-resource-provider-client/revisions/3e33b3da678f?raw)
