Query parameters
Response shape
A paged response looks like this:countis the total number of matching records, not just the ones on this page.total_pagesiscountdivided bypage_size, rounded up.current_pageechoes the page you requested (or 1, if what you sent wasn’t a valid page number).page_sizeechoes the effective page size after clamping.
Example
Endpoints that paginate
This applies to the contacts, contacts-master-list, companies, companies-master-list, people, and lookup-by-custom-field list endpoints (v1 and v2).Endpoints that don’t paginate
GET /public/emails returns every matching email in a single array with no page or page_size support. Narrow your results with the filter parameters described in Filtering instead.
