Cs-Cart Api Get Orders Not Retrieving All Orders

Hi,

I'm currently authenticating and using the URL http://xxx.com/api/ordersto get all order information but for some reason I'm only getting 10 orders but I have over 300 orders that I need to get using the CS-Cart API?

Please help me get this problem resolved, perhaps there is a different method to use to retrieve all orders in the processing status?

Also, is there a way to show 200 orders on one page and only show processing status orders, maybe use ?status=P ?

Thanks.

add

&items_per_page=NN

where NN is the max number of items you want to retrieve.

Thanks.