Due to the api limit it is giving 250 records, If there are more records in your account than the limit= parameter, you will need to use the offset returned in the first request to get the next set of results. However, this doesn't provide us with a number left.
But I want to know how many records left.
Is there any other way i can get total left records?
I'm with @dennisedson in this one. At this moment, I dont know if there is a way to get this value without paginate all the records (considering the V2 and V3 Hubspot API versions).
But that would be a nice feature if we have in the JSON response array, a index showing the total of records or total of pages from the entity,
something like : "total_records": "100 of 10.000".
Maybe you should post that in the Hubspot forum of ideias.
I'm with @dennisedson in this one. At this moment, I dont know if there is a way to get this value without paginate all the records (considering the V2 and V3 Hubspot API versions).
But that would be a nice feature if we have in the JSON response array, a index showing the total of records or total of pages from the entity,
something like : "total_records": "100 of 10.000".
Maybe you should post that in the Hubspot forum of ideias.