---
title: "GET /operations/{operationId}"
method: GET
path: "/operations/{operationId}"
deprecated: true
---

# GET /operations/{operationId}

`GET /operations/{operationId}`

> **Deprecated.**

Get status of the long running registration operation. Deprecated in SCRAPI v09 but retained unchanged for backward compatibility; clients should poll /entries/{entryId} directly.

## Path parameters

- `operationId` string, required

## Query parameters

- `api-version` string, required

## Headers

- `accept` 'application/cbor', required

## Response `200`

Provides status details for long running operation, mandatory in IETF SCITT draft

## Other responses

- `202` — Pending response if the operation was not complete, mandatory in IETF SCITT draft
- `400` — Validation error response
- `401` — Unauthorized error response, returned when JWT authentication is required and the request fails authentication.
- `404` — Not found error response
- `429` — Not found error response
- `500` — Server error response
- `503` — Service unavailable error response

## Changes

- **2026-07-13** (2024-01-11-preview) `557b89959378` — 2 info
  - endpoint deprecated
  - added the non-success response with the status `401`
- **2026-07-13** (2024-01-11-preview) `736b8c4851d9` — 1 breaking, 7 info
  - added the new required `header` request parameter `accept`
  - api operation id `GetEntryStatus` removed and replaced with `GetOperation`
  - added the non-success response with the status `400`
  - added the non-success response with the status `404`
  - …4 more
- **2024-03-25** (2024-01-11-preview) `760613a07299` — 1 breaking, 2 warning, 8 info
  - removed the success response with the status `202`
  - the optional response header `Location` removed for the status `200`
  - deleted the `header` request parameter `accept`
  - api operation id `GetOperation` removed and replaced with `GetEntryStatus`
  - …7 more

[Change history](https://skmtc.dev/azure/apis/confidentialledger-microsoft-codetransparency/changes/operations/:operationId/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/557b89959378/schema)
