List all operations
listImportOperations(environment, xAuthToken) .then(response => console.log(response.data)) .catch(error => console.error(error)); Copy
listImportOperations(environment, xAuthToken) .then(response => console.log(response.data)) .catch(error => console.error(error));
List all operations
Example