Is there a way to skip pagination?

Is there a way to skip the pagination in your endpoints? I want the endpoint to return all the records in a single request.

@cyan1 by default most of our endpoints return 30 records per api request. You can increase that to 300 records by adjusting the page_size query parameter. Unfortunately we cannot disable pagination.

1 Like