---
title: "Get the status of a link/unlink operation"
method: GET
path: "/translation/operations/{operation_id}"
tags: ["Content Translation Operations"]
---

# Get the status of a link/unlink operation

`GET /translation/operations/{operation_id}`

Get the status of a link/unlink operation which shows information such as operation result, number of processed content items, number of failed operations, start time, end time, and error logs.

## Path parameters

- `operation_id` string, required

## Response `200`

OK

- TranslationJob — Translation job operation details
  - `operationId` string — generated unique id for the operation
  - `status` 'COMPLETED' | 'STARTING' | 'STARTED' | 'STOPPING' | 'STOPPED' | 'FAILED' | 'ABANDONED' — status of the operation
  - `exitMessage` string — exit message in case of operation failure
  - `readCount` integer — number of records in input payload
  - `writeCount` integer — written items
  - `skipCount` integer — skipped items
  - `startTime` string, date-time — operation start time
  - `endTime` string, date-time — operation end time
  - `errorLog` string[] — error logs for failed linking operations

---

[API](https://skmtc.net/bloomreach/apis/documents-delivery-api-2-0.md) · [All operations](https://skmtc.net/bloomreach/apis/documents-delivery-api-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bloomreach/documents-delivery-api-2-0/revisions/87bfc06578c2/schema)
