product · inferred from evidence
BatchInputPublicObjectId
A data structure or class used in the HubSpot API for batch input operations.
- 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