429 Too Many Requests during large dataset pagination
Trello REST API When retrieving a large volume of cards from a single board, the API requires the use of the limit parameter to bound result sets and prevent payload timeouts. To retrieve the full dataset, a client must execute multiple sequential requests. There is a conflict between the need for high-frequency pagination to clear a large queue and the API'