GET response limits

Hello,

My GET request isn’t returning the complete data set. The response returns with status 200 and its size is ~282KB. It seems that the response truncates at 15,000 lines. I’m expecting 100,000+ lines.

Also, I’ve set max response size to 100MB for giggles with no change in results.

Any help would be greatly appreciated.

Thanks!

Took forever, but I received a response from on the issue. This specific endpoint is set to only return 1,000 records and with 15 lines per record I hit my 15,000 line issue.