You can check the server logs to get the exact error, but I would assume the saved query has an order by in it which is leading to the REST API error. At a high level, when the query has an order by and the REST API tries to provide an order by, it leads ...