Thanks for your patience here! I was able to dig into this internally and find that this is a known limitation currently, as such, we've updated the new documenation to include this now.
The new limitation reads:
The search endpoints are limited to 10,000 total results in the response. Attempting to page beyond 10,000 will generate a 400 error.
Is there a timeline to fix this limitation? We have updates of 800K contacts to be pulled on a daily basis that we're filtering using the lastmodifieddate param. Do you have a better solution to achieve the data pulls?
Thanks for providing this! To confirm, the after parameter is used to access the next page of results and the value entered is the paging.next.after property seen in the previous response.
If the paging.next.after property isn’t provided, there are no additional results to display.
As you're searching Deals in your Pipelines, I would not expect you to be fetching this many results that the paging.next.after value returned is 9999. Can you confirm?
Thanks for your patience here! I was able to dig into this internally and find that this is a known limitation currently, as such, we've updated the new documenation to include this now.
The new limitation reads:
The search endpoints are limited to 10,000 total results in the response. Attempting to page beyond 10,000 will generate a 400 error.
Getting response code 400 - bad request requesting Deals on API v3
SOLVE
Hi @Willson , when will this issue be resolved? While it isn't a big problem for Deals, it is a massive problem for Contacts - the Contacts API (without filterable results) provides too much information from past (years/months) whereas the Search API gives too less. Having more than 10k active Contacts is pretty normal and not an edge case.
In order to assist, would you be able to forward on the exact Request URL you're currently using and the associated v3 documentation you're referencing too for me? Thanks!
Apr 23, 20245:17 AM - edited Apr 23, 20245:19 AM
Member
Getting response code 400 - bad request requesting Deals on API v3
SOLVE
Hello, are there any updates? This issue is 2 years old and still exists on the search enpoint as far as I can see? (experiencing on the contacts search endpoint). Also this limit is not documented here: https://developers.hubspot.com/docs/api/usage-details#rate-limits under `other limits`. Just wondering what is the correct method to handle big resposnes?
I can see it is in the docs at: https://developers.hubspot.com/docs/api/crm/search but there is no suggestion for work around, and as it looks on this thread this is a known limitiation which is now ~4 years old?