Download entire ContactList

Hi,

I want to download all the contacts in a contact List. I tried to use /api/v2/outbound/contactlists/{contactListId}/export and faced the following error. Could you please help?

{
  "message": "There is no available download URI for contact list {34f10b7a-23f7-430e-ad2b-30d684e701a1} at this time",
  "code": "no.available.list.export.uri",
  "status": 404,
  "messageWithParams": "There is no available download URI for contact list {34f10b7a-23f7-430e-ad2b-30d684e701a1} at this time",
  "messageParams": {},
  "contextId": "e7290dc7-2395-4ebf-b55e-b74159106f7e",
  "details": [],
  "errors": []
}

Regards,
Puneeth

Did you export it before trying to get the export?

Yes I did. On my second attemp the API returned the download link. Can we use this link to download the entire file? When I paste in the browser, the link does a HTTP 303 redirect to AWS S3.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.