Hello,
I have created several segment definitions based on custom dimensions in Matomo. I also have a cron job set up for pre-processing and archiving the reports.
What I would like to know is whether there is a way to check if a report for a specific segment, date, and period has already been processed, without triggering the live processing of reports. Essentially, I am looking for an API endpoint that allows me to verify if a given report has already been processed, without generating a live report.
Initially, I thought API.getProcessedReport
would work for this purpose, but I realized it also triggers live processing if the report hasn’t been processed yet.
Could someone please advise on how to achieve this? Any help would be greatly appreciated!
Thank you!