---
title: "GET /{scope}/providers/Microsoft.Resources/deployments/{deploymentName}/operations"
method: GET
path: "/{scope}/providers/Microsoft.Resources/deployments/{deploymentName}/operations"
tags: ["DeploymentOperations"]
---

# GET /{scope}/providers/Microsoft.Resources/deployments/{deploymentName}/operations

`GET /{scope}/providers/Microsoft.Resources/deployments/{deploymentName}/operations`

Gets all deployments operations for a deployment.

## Path parameters

- `scope` string, required
- `deploymentName` string, required

## Query parameters

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

## Response `200`

OK - Return an array of deployment operations.

- DeploymentOperationsListResult — List of deployment operations.
  - `value` DeploymentOperation[] — An array of deployment operations.
    - `id` string — Full deployment operation ID.
    - `operationId` string — Deployment operation ID.
    - `properties` DeploymentOperationProperties — Deployment operation properties.
      - `provisioningState` string — The state of the provisioning.
      - `timestamp` string, date-time — The date and time of the operation.
      - `duration` string — The duration of the operation.
      - `serviceRequestId` string — Deployment operation service request id.
      - `statusCode` string — Operation status code.
      - `statusMessage` object — Operation status message.
      - `targetResource` TargetResource — Target resource.
        - `id` string — The ID of the resource.
        - `resourceName` string — The name of the resource.
        - `resourceType` string — The type of the resource.
      - `request` HttpMessage — HTTP message.
        - `content` object — HTTP message content.
      - `response` HttpMessage — HTTP message.
        - `content` object — HTTP message content.
  - `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.net/azure/apis/resourcemanagementclient.md) · [All operations](https://skmtc.net/azure/apis/resourcemanagementclient/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/resourcemanagementclient/versions/917e67faecf0/schema)
