Checks the status of an asynchronous campaign export.
You can use the endpoint initiated with the Start Campaign Stats Export endpoint.Documentation Index
Fetch the complete documentation index at: https://developer.lemlist.com/llms.txt
Use this file to discover all available pages before exploring further.
status field in the response can be:
pending: The export is still being processeddone: The export is complete and ready to downloaderror: An error occurred during the export"pending". We recommend:
"done" or "error""done", the response will include a url field containing the download link for the CSV file.Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
The unique identifier of the campaign that was exported
The unique identifier of the export returned by the /start endpoint