MCP Server for HubSpot

Build 24.0.9300

Pagesize

Specifies the maximum number of records to retrieve per page when querying data from HubSpot.

Data Type

int

Default Value

100

Remarks

This property controls the page size used in API calls to HubSpot and can be tuned based on the type of data being queried. The effective default and maximum values vary by object type and API endpoint:

  • Search API (HubSpotV3): The default value is 100. The maximum value is 200.
  • Property History entities (HubSpotV3 and HubSpotV4): The default and maximum value is 50.
  • All other cases (HubSpotV3 & HubSpotV4): The default and maximum value is 100.
Note: This property is supported only in the HubSpotV3 and HubSpotV4 schemas.

Performance Considerations

Larger page sizes reduce the number of API calls required to retrieve data but may increase memory usage and response time per request. Smaller values may be more reliable when working with large datasets or limited bandwidth environments.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 24.0.9300