What's the best way to get all the records in a module

What's the best way to get all the records in a module

I currently have a products module in CRM that has more than 200 records but if I use a get request in deluge, it only returns 200. What's the best method for getting all the records in my products module considering the fact that I don't know exactly how large the module is? I tried doing a bulk read but it kept saying that the url is invalid. 

products = invokeurl
[
type :GET
connection:"crm-connection"
];