product · inferred from evidence
paging
A key in the v4 associations API response indicating the presence of additional pages.
- hubspot-api-python: paginating associations with `batch_api.read` silently loops forever
The v3 `associations.batch_api.read` does not support pagination at all. Passing `after` is silently ignored because the `BatchInputPublicObjectId` model has no `after` field, which is exactly what causes the infinite loop you are seeing. T