Nexus Metric

Hi to all,
is there any way to know how many times an artifact (builded with jenkins/gitlab-ci) is uploaded on my nexus3 in day/week/month?
(I have a short history job build with jenkins)

Both upload and download data should be available via the request.log.
I don’t think there’s anything in the UI or API that summarizes this tho, so you’d need to write something to parse.
-Joe