---
title: "Gets the state of a long running operation."
method: GET
path: "/operations"
tags: ["Operations"]
---

# Gets the state of a long running operation.

`GET /operations`

## Query parameters

- `api-version` string, required
- `snapshot` string, required

## Response `200`

Success

- OperationDetails — Details of a long running operation.
  - `id` string, required — The unique id of the operation.
  - `status` 'NotStarted' | 'Running' | 'Succeeded' | 'Failed' | 'Canceled', required — The current status of the operation
  - `error` ErrorDetail — The details of an error.
    - `code` string, required — One of a server-defined set of error codes.
    - `message` string, required — A human-readable representation of the error.
    - `details` ErrorDetail[] — An array of details about specific errors that led to this reported error.
    - `innererror` InnerError — An object containing specific information about an error.
      - `code` string — One of a server-defined set of error codes.
      - `innererror` InnerError — recursive

## Other responses

- `default` — Error response describing why the operation failed

## Changes

- **2026-07-13** (1.0) `cf9d4ff2d253` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/azure/apis/appconfiguration-appconfiguration/changes/operations/get.md)

---

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