---
title: "GET /operations"
method: GET
path: "/operations"
---

# GET /operations

`GET /operations`

Get the status of all entries operations

## Query parameters

- `api-version` string, required

## Response `200`

The request has succeeded.

- ListOperationResult — The Response body of the ListOperations API
  - `operations` GetOperationResult[], required — List of operations
    - `entryId` string — ID of the transaction. Only if status is Succeeded.
    - `error` string — Error in json format. Only if Status is Failed.
    - `operationId` string, required — OperationId
    - `status` 'running' | 'failed' | 'succeeded', required — Possible statuses of the operation.

## Other responses

- `default` — An unexpected error response.

## Changes

- **2024-03-25** (2024-01-11-preview) `760613a07299` — 1 info
  - endpoint added

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

---

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