Currently, various endpoints only allow data to be pulled by page. Pages contain only 25 records per page. Also, the documentation says that it is optional, but this is deceiving. What optional means in this case is that the default page is page one. If the user wants a different page, they need to specify.

This is limiting our ability to pull data in a reasonable time frame to improve our processes and run analysis. It is pushing us to avoid the API and rely on exports or downloaded reports making the manual process faster than the automated one. We would also prefer to use the API, because it is less likely to be updated in ways that could potentially disrupt processes.
Recommendation:
Increase items on a page would be great, or removing the pagination and relying on more robust filters. This would help us to pull more data quicker to better do the analysis we need.