---
title: "GET /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Resources/deploymentScripts"
method: GET
path: "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Resources/deploymentScripts"
tags: ["DeploymentScripts"]
---

# GET /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Resources/deploymentScripts

`GET /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Resources/deploymentScripts`

Lists deployments scripts.

## Path parameters

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

## Query parameters

- `api-version` string, required

## Response `200`

OK -- Returns a list of deployment scripts.

- DeploymentScriptListResult — List of deployment scripts.
  - `value` DeploymentScript[] — An array of deployment scripts.
    - `id` string — String Id used to locate any resource on Azure.
    - `name` string — Name of this resource.
    - `type` string — Type of this resource.
  - `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/deploymentscriptsclient.md) · [All operations](https://skmtc.dev/azure/apis/deploymentscriptsclient/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/deploymentscriptsclient/revisions/b65ddd0c91b7/schema)
