HubSpot Ideas

IntegrationDev

Increase API Response Maximum Page Size (Maximum Record Count/Limit)

Currently, data fetch API calls tend to be limited to returning at most 100 results per API call. For example, /crm/v3/objects/contacts?limit=100", where 100 is the maximum value allowed for limit.

For large data synchronization scenarios, this max of 100 can result in a lot of API calls being required to page through the entire data set.

Any chance the max page size could be increased to 1,000 or even 5,000 across the board (for the contact API and for the other APIs that returned paged responses)?

 

Example of a service that has a larger paging limit: Microsoft Power Apps/Dynamics's Dataverse Web API returns pages of 5,000 records by default (ref).