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 | 794 | January 18, 2024 | |
Issues with Limit using python api query | 2 | 46 | March 5, 2025 | |
Integromat times out when querying board via API | 3 | 3847 | February 25, 2021 | |
Timeouts occur in nearly every request after approximately 1 minute when extracting all data from a single board | 2 | 747 | November 11, 2023 | |
I need to extract more than 500 items using graphql API in python | 1 | 701 | March 28, 2024 |