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.
getTranslationOperationStatus(environment, xAuthToken, 'b7e8c433-ee81-4aef-b904-83c4d12a4bd3') .then(response => console.log(response.data)) .catch(error => console.error(error)); Copy
getTranslationOperationStatus(environment, xAuthToken, 'b7e8c433-ee81-4aef-b904-83c4d12a4bd3') .then(response => console.log(response.data)) .catch(error => console.error(error));
Environment name: https://{{environment}}.bloomreach.io
BrX API Token
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.
Example