Get Campaign Export Status
Campaigns
Get Campaign Export Status
Checks the status of an asynchronous campaign export.
GET
Get Campaign Export Status
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 values
Thestatus 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
Expiration times
Polling strategy
Check the status periodically until you receive a status other than"pending". We recommend:
- Starting with a 5-second interval
- Increasing to 10-15 seconds for longer exports
- Stopping immediately when status is
"done"or"error"
Download URL
When the status is"done", the response will include a url field containing the download link for the CSV file.Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
The unique identifier of the campaign that was exported
The unique identifier of the export returned by the /start endpoint