Set Limit 1000 to retrieve the 1 to 1000 emails in a single get call

Set Limit 1000 to retrieve the 1 to 1000 emails in a single get call

Hi, 
      I wanted to know that, can I get 1000 messages in a single get call with start=1 and limit =1000. 
What is the maximum limit I can set to get all messages?
Like this is the call which I'm using: -

https://mail.zoho.com/api/accounts/xxxxxxxxxxxxxxxx/messages/view?labelid=xxxxxxxxxxxxxxx&start=1&limit=1000

Thanks