Due to the complexity of advanced filtering, updates may take a few seconds to appear in search results.
Endpoint
Request body
Sample request
Pagination
Standard pagination (page + pageLimit)
- Fetches up to 10,000 records total.
- Maximum 500 records per request.
- Use
pageandpageLimitto paginate through results.
Cursor-based pagination (searchAfter + pageLimit)
- Required for more than 10,000 records.
- Use the
searchAftervalue returned in each response as the start point for the next page. - Do not include
pagewhen usingsearchAfter.
Filters
Filters can be applied individually or grouped with AND / OR logical operators. Each filter has three components:- Field — the contact attribute to filter on.
- Operator — the comparison to apply.
- Value — the value to compare against.
By default, all filters in the
filters array are combined with AND logic.