According to the documentation, you should be able to send requests such as:
GET /api/saved_objects/_find?type=search&sort_field=updated_at
And you should also be able to sort based on title:
"type" fields are specific to an object type, such as fields returned in the attributes key of the response
That would look like: GET /api/saved_objects/_find?type=index-pattern&sort_field=attributes.title
However, I was not able to get the latter example working in my local environment. If you are facing the same issue, I would recommend that you file a bug and describe your use case and results: Sign in to GitHub · GitHub
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.