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));
  • Parameters

    • environment: string

      Environment name: https://{{environment}}.bloomreach.io

    • xAuthToken: string

      BrX API Token

    • operationId: string

    Returns AxiosPromise