Hi @ryuto6112,
Welcome to the Make community! As Make cannot paginate to infinity and beyond, there are four limits on the paginated requests.
Name | Total limit of … | Value |
---|---|---|
Max Request Count | … all requests performed by a single module | 100 |
Max Pagination Request Count | … pagination requests performed by a single module | 50 |
Max Past Record | … paginated records | 3200 |
Max Call Timeout | … seconds | 40 |
So if you want to list more than 3200, you must do it in two steps.
Cheers,
Henk