Zoho Creator search/get records

Zoho Creator search/get records

Hi im looking for some help...

Im running a function in creator that search/gets records from CRM accounts:

I need the search/get to filter from a boolean, the amount which is passed through a user input and  then sorted by created time(desc).

This is what ive got so far:

getAccounts = zoho.crm.searchRecords("Accounts", "(Onboarding:equals:true)", 1 ,numOfAccounts);

This works however i cant workout how to sort by created time(desc)