v1

latestOpenAPI 3.1.02026-07-2683111282.3 KB
Content Translation Operations

Get the status of a link/unlink operation

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.

get/translation/operations/{operation_id}

Path parameters

operation_idstring required

Unique id generated after link/unlink operation

Response

OK

operationIdstring

generated unique id for the operation

status'COMPLETED' | 'STARTING' | 'STARTED' | 'STOPPING' | 'STOPPED' | 'FAILED' | 'ABANDONED'

status of the operation

exitMessagestring

exit message in case of operation failure

readCountinteger

number of records in input payload

writeCountinteger

written items

skipCountinteger

skipped items

startTimestring date-time

operation start time

endTimestring date-time

operation end time

errorLogstring[]

error logs for failed linking operations