Last Document Processed Monitoring

Hi,

We have designed a pipeline monitor using the Snaplogic public API to get the last run details of a pipeline. An email alert is sent if pre defined thresholds are not met.

We use…https://elastic.snaplogic.com/api/1/rest/public/runtime/(project folder)

However we have a pipeline that’s always running and has “re-use” on for child pipelines, so using the last run time is not viable. I need a way of checking the last document processed time in a pipeline. Is this possible at all. I trued https://elastic.snaplogic.com/api/1/rest/public/runtime/(pipeline ID)?level=Detail, but I cant see anything in there around the last time a document was processed.

Thanks in advance