APIs & Integrations

kajalna
Member

Limitation of API for different objects

1.While fetching data for companies object with Recently modified URL it was observed that API does not supports fetching more 10000 records. But such kind of limitation is not mentioned in API docs of hubspot.
2.Is there any limitations for objects like Contacts, Contact_lists, Engagements and Email_Events ? Because for these objects also no limitations are mentioned.

0 Upvotes
1 Reply 1
Dadams
HubSpot Employee
HubSpot Employee

Limitation of API for different objects

Hi @kajalna

The recently updated and created companies endpoints are limited to return companies updated in the last 30 days, or the 10k most recently updated records, which is mentioned near the top of the documentation page:

Get Recent Companies | Companies API

GET /companies/v2/companies/recent/modified - Returns all of the recently updated companies.

If you need to retrieve all of your records, there’s a separate endpoint that can be used:

Get all companies

GET /companies/v2/companies/paged - Get all companies in a portal

0 Upvotes