The errors 414 Request-URI Too Large and 400 Request Header or Cookie Too Large are returned by the HubSpot API when a single API request exceeds the maximum allowed size. This typically occurs when querying HubSpot objects that have a large number of custom fields - the field list becomes too long to fit in a single HTTP request.
This issue most commonly occurs with the following HubSpot objects:
Column-wise chunking splits large requests into smaller chunks by grouping fields into separate API calls. This is the most reliable fix for this error.
To enable:
For details, see Column-wise chunking documentation.
Alternatively, exclude unnecessary fields from your query, replication, backup, or export. Fewer fields result in a smaller request size and may resolve the error without enabling chunking.
If this error occurs with an object not listed above, please contact Skyvia Support. We can extend Column-wise chunking support to additional objects.