Get operation details
Get the details of an operation. Useful to keep track of all the batch requests.

getImportOperationStatu(environment, xAuthToken, 'b7e8c433-ee81-4aef-b904-83c4d12a4bd3')
.then(response => console.log(response.data))
.catch(error => console.error(error));
  • Parameters

    • environment: string
    • xAuthToken: string
    • operationId: string

    Returns AxiosPromise