Skip to main content

I am trying to use the endpoint /api/lists/getUsers on a list containing about 100k users. but the connection breaks whenever the list is larger than 6k users. this limit is not explained in the API documentation. so whats the best way to export large large userlists?

Hi Mark,

What error are you getting? What is the response you are receiving from the server? There should not be a limit on the size of the list you can export, although large lists can take some times to process.

Best,

Will


Hi Will,

I am getting a HTTP 200 OK from the server, but parsing the content of the response gives Invalid chunk encoding ("Connection broken: InvalidChunkLength(got length b'', 0 bytes read)", InvalidChunkLength(got length b'', 0 bytes read)). and reading it byte for byte yields a random amount of rows, i have observed anything between 10k and 60k id's out of a list containing 86k id's. using postman gives similar random amounts of rows but no parsing error.


Reply