Hey! I see what you mean, you want your HTTP Request node to fetch exactly what you see in the UI after applying filters. The trick is to capture the request your app sends when you use those filters (via DevTools → Network) and replicate it in your node, including all params and headers. I can show you a quick step-by-step to get it working perfectly. want me to do that ?