Im running into an issue when requesting all of the items from a board. If the number of items is too high, the request times out. When I put a limit on the number of items to fetch, the request works. I would like to get all of the items of the board, and split it up into multiple queries of manageable chunks, that way the query won’t time out, e.g query 1 gets the first 250, query 2 gets the second 250 etc. How can I do this?
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Items_page query takes too long | 3 | 760 | January 18, 2024 | |
Issue in fetching the items through Query | 0 | 1312 | June 28, 2022 | |
Timeouts occur in nearly every request after approximately 1 minute when extracting all data from a single board | 2 | 715 | November 11, 2023 | |
Duplication of a board with more than 5K items | 2 | 2057 | October 4, 2021 | |
2023-10 API Limit 500 | 2 | 1156 | September 18, 2023 |