---
title: "Get list of processes for a web site, or a deployment slot, or for a specific scaled-out instance in a web site."
method: GET
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/processes"
tags: ["WebApps"]
---

# Get list of processes for a web site, or a deployment slot, or for a specific scaled-out instance in a web site.

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

Get list of processes for a web site, or a deployment slot, or for a specific scaled-out instance in a web site.

## Path parameters

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

## Query parameters

- `api-version` string, required

## Response `200`

Process terminated.

- ProcessInfoCollection — Collection of Kudu process information elements.
  - `value` ProcessInfo[], required — Collection of resources. — unresolved $ref
  - `nextLink` string — Link to next page of resources.

## Other responses

- `404` — Process with the specified ID is not running.

---

[API](https://skmtc.dev/azure/apis/webapps-api-client.md) · [All operations](https://skmtc.dev/azure/apis/webapps-api-client/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/webapps-api-client/revisions/54aaf9786c4f/schema)
