Export all contacts from a single list using API
is there a way to export all contacts from a single list? I have list of 30k+ contacts and when I submit a request to generate link, the link only returns 1000. I am not seeing anything queued up either.
Here are my post parameters
      const body = {
        list_ids: [list_id], //this is a single list id
        status: 'active',Â
        all_active_contacts: true //does not download all of them only 1k
      };
Â
Here is the response everytime I try this
Â
"state": "completed",
"started_at": "2025-01-29T17:28:52Z",
"completed_at": "2025-01-29T17:28:53Z",
"created_at": "2025-01-29T17:28:52Z",
"updated_at": "2025-01-29T17:28:53Z",
"percent_done": 100,
"activity_errors": [],
"status": {
"items_total_count": 1000,
"items_completed_count": 1000
},
"started_at": "2025-01-29T17:28:52Z",
"completed_at": "2025-01-29T17:28:53Z",
"created_at": "2025-01-29T17:28:52Z",
"updated_at": "2025-01-29T17:28:53Z",
"percent_done": 100,
"activity_errors": [],
"status": {
"items_total_count": 1000,
"items_completed_count": 1000
},
Â
It never changes any of the data either. It's always the same. Any suggestions, pointers, guidance is appreciated. Thanks!
Â
1 reply
Popular Posts:
đ Coming Soon: A New and Improved Canva Integration!
đ What Industry Are You In? Cast Your Vote!
âď¸Whatâs Your Open Rate MVP?