While fetching the data from following endpoint ,
https://api.hubapi.com/contacts/v1/lists/{id}/contacts/all
we intermittently get java.net.SocketException: Connection reset or HTTP 500 errors. The same endpoint gives us the entire data after couple of retries but generally it doesn’t always work in first go.
We suspect that large volume of data is partially responsible for these errors at your side. Can you invetigate this further and let us know about any alternatives or best practices to avoid this?
Thanks!