No puedo traerme mas de 10.000 registros?, Can't I bring more than 10,000 records?

Buenas!
La idea es importar todos los registros que tengo en HS y guardarlos en mi DB, para armar un sitio con estadísticas. Al principio, no me dejaba importar más de 100 registros por la paginación, eso lo solucioné. Luego, no me permite importar más de 10.000 registros y HS no me da ninguna pista. Mi aplicación funciona, pero ya no descarga e inserta esos registros en mi DB. Estoy desarrollando la app en NEST.JS. El único error que recibí por terminal fue:
data: { status: ‘error’, message: ‘There was a problem with the request.’, correlationId: ‘863d5ac4-343b-4bed-9135-f48ddc4ed54d’ }
Pero por lo que investigue tengo bien las properties, etc… de hecho tengo 10.000 registros insertados en mi DB correctamente y sin repetirse
Alguien paso por eso? alguien sabe como aumentar la cantidad de registros o alguna solucion?
Gracias

EN

Hello good!

The idea is to import all the records I have in HS to create a site with statistics. At first, it wouldn’t let me import more than 100 records because of pagination, I solved that. Then it won’t let me import more than 10,000 records and HS doesn’t give me any clues. My application works, but it no longer downloads and inserts those records into my DB. I am developing the app in NEST.JS. The only error I received per terminal was:

data: { status: ‘error’, message: ‘There was a problem with the request.’, correlationId: ‘863d5ac4-343b-4bed-9135-f48ddc4ed54d’ }

But from what I investigated, I have the properties correct, etc… in fact I have 10,000 records inserted into my DB correctly and without repeating themselves

Has anyone gone through that? Does anyone know how to increase the number of records or any solution?

Thank you

Hi, @CRios3 :waving_hand: What API and endpoint are you using when you get the error? I want to make sure I am looking at the same documentation as you.

Best,

Jaycee

Hi bro!!! :slightly_smiling_face:
I’m aiming about /objects/contacts/search
filters work correctly
-
Pagination and its limit of 100 allow me to save 100 records in my database for each successful traversal.
-
But when it reaches 9999 HS it doesn’t go down and insert more data and in my HS client I still have more than 45000 records (I already checked my database and it allows me to save countless records, so the database is correct)
-
El script es correcto porque inserta y funciona bien, no arroja error ni nada, sigue funcionando pero no descarga ni inserta ningún registro, siempre pasa cuando llega a 9999 o 10000.

Captura de Pantalla 2024-04-02 a la(s) 20.58.36.png

?

Hey, @CRios3 :waving_hand: The 10,000 record limit is not one we can increase. HubSpot Search API — Limitations “The search endpoints are limited to 10,000 total results for any given query. Attempting to page beyond 10,000 will result in a 400 error.”

— Jaycee