Is there a programmatic way to list the most recently uploaded artifacts in Artifactory, using its REST API?
For example, my Artifactory setup has 6 local repositories hosting our in-house built artifacts and 8 remote repositories act as mirrors of some public maven repositories.
And I would like to get a list of in-house build artifacts that were uploaded to those 6 local repositories in last few hours, days or week, etc.