I am still pretty new to both SuiteScript and JavaScript altogether but I have been playing with the ability to hit a restlet with a https GET. The restlet accepts a saved search id and runs it. I got this working with Postman and I can get the results back but I think I have read that those may be limited to 1000 records unless I iterate through them and I have one saved search that currently returns about 6000 records. I have seen a couple examples of v1 code for doing this but I have started this in v2.0 and would appreciate it if anyone had a sample of how to do this. So far my code is saved search "generic" in that it is not tied to a specific search. I can make it specific if necessary...