What’s the best approach to retrieve all the members for a list that has a lot of subscribers, say 5000? The api call /lists/members.json only returns 20 members per call, and the limit for this call is currently set to 180 for my app.
I am assuming an option (even though not very user friendly) would be a queue of operations with an user notification when done. Any other suggestion?