0
votes

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.

1

1 Answers

3
votes

You can use the artifacts created in date range REST query. It does exactly what you're after and you can limit the search to specific repos.