I'm looking at building a dashboard for my platform that will compare currently deployed artifact versions (of container images and Helm charts) to what the latest version is stored in a specific feed in ProGet.
Part of this idea would be making HTTP requests to ProGet API (or pgutil if necessary) with a specific container image name and feed (or chart name and feed) on demand. I had thought that I could use Notifier webhooks in ProGet to populate an external database for this purpose, or events at build time of the artifacts, but I'd rather not duplicate information that ProGet already maintains.
Looking through the API documentation for ProGet, it doesn't seem like this is possible, so I'm looking for confirmation that this is true and I'm just not missing something; or where there are other utilities within ProGet for this function.