Clarification required -We will prevent all users from performing queries above 6MB to our API

Hi Wasif,

Welcome to the community!

We haven't activated this limit that we emailed about yet.

I think there's some confusion that the response payload shouldn't exceed the 6mb limit, not the query size.

What you're seeing here is that your request URL is too long. you should be aware that request URLs to the REST API are limited to 2048 characters, including escaped characters like {.

Thanks.