Api call to find timestamp of last updated record in Elasticsearch

I am developing a functionality to only return results as long as Elasticsearch is staying up to date. Is there a status check call I can make from the Elasticsearch Java api to find out the last time any record within an index was updated?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.