--max-age 24h or api alternitive

im presently building a backup report based on updates in the last 24 hours, rclone does have the option to produce this by running “rclone ls decrypted: --stats 0 --max-age 24h” but im wondering if there is a better way… api based. I’ve noticed that when you login to the acd webui it shows the last uploaded files so im assuming there is some exciting information that can be pulled. any suggestion or ideas on how to pull this beyond parsing your whole dataset? and sorry in advance as this is more of a acd question then rclone

I suspect that the web UI uses the changes API: https://developer.amazon.com/public/apis/experience/cloud-drive/content/changes

I think your rclone based solution is quite neat though!