Urgent: task zoho.crm.searchRecords don't works

Urgent: task zoho.crm.searchRecords don't works

the taks zoho.crm.searchRecords don't works anymore in my app, i try to see crm response with this functions

list test.test()
{
    crmResp = zoho.crm.searchRecords(("Accounts"), "(CIF|=|XXXXXXX)");
    return crmResp;
}

and show me this:

[{4834=Invalid Ticket Id}]
it was working 2 days ago