Does the Hubspot CRM API support paging by cursor (not the numeric after parameter).
The documentation seems to indicate that is does. For example, here in the example response the after response is an opaque string, which looks like a cursor:
We’re creating an integration which syncs all of a customer’s CRM data to our app. Is it still true that the search endpoints can’t be used for this, because the after parameter can’t be greater than 10,000?
So, is the only option to use the list endpoint? That endpoint does not have a limit on the after parameter, right?
Hi @KKauper,
Great post, thanks for your question to the Community!
I understand that you’d like to make an API call to search the CRM using a cursor-based pagination, right?
I did find this similar post “How to paginate with cursor?” that might be of interest.
I also wanted to invite a couple of subject matter experts to this conversation @Teun, @DanielJeal and @ChrisoKlepke could you share your experience if you used this endpoint to help @KKauper, please? If anybody else has anything to add and/or share, please feel free to join in the conversation
Thank you and enjoy the day!
Best,
Bérangère
Thank you. But no, that link is referring to a numeric offset, not a cursor. Paging by numeric offset has a limit of 10,000. Other CRMs also support using a cursor, which does not have a limitation.