Search V3 There was a problem with the request

For my case, apparently the search endpoint has a mimit of a 10000 records per request
as mentioned in their Doc Search the CRM - HubSpot docs

{

“status”: “error”,

“message”: “This endpoint is limited to 10000 total results for any given query. Try adding filters or updating your query to return fewer results.”,

“correlationId”: “3d”,

“context”: {

“after”: [

“10100”

]

},

“category”: “API_LIMIT”

}