---
title: "Gets all instance of a web app"
method: GET
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/instances"
tags: ["Sites"]
---

# Gets all instance of a web app

`GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/instances`

## Path parameters

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

## Query parameters

- `api-version` string, required

## Response `200`

OK

- SiteInstanceCollection — Collection of site instances
  - `value` SiteInstance[] — Collection of resources
    - `id` string — Resource Id
    - `name` string — Resource Name
    - `kind` string — Kind of resource
    - `location` string, required — Resource Location
    - `type` string — Resource type
    - `tags` object — Resource tags
  - `nextLink` string — Link to next page of resources

---

[API](https://skmtc.net/azure/apis/website-management-client.md) · [All operations](https://skmtc.net/azure/apis/website-management-client/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/website-management-client/versions/e6d8fbd68044/schema)
