Once the export request is done, a completion webhook is fired. When the webhook reaches your servers, please verify that all the requested data was copied correctly. To check that the commands finished successfully, check:
The completed flag should be equal to true.
Each task.isHealthy should be equal to true.
Each task.httpStatusCode should be equal to 2xx (200, 204, …).
This flag gives an indication of whether the scan was completed without internal errors on the Copyleaks side. Possible values: true (Completed successfully), false (Error)