Repository of Packages available in Anaconda Professional Repository

Hello, I am using the Anaconda Professional Packages as curated source.
Is there a way to see the available packages and versions outside of the Anaconda Navigator similar to the standard repo https://anaconda.org/anaconda/repo?

You can search for the available packages using the below command on the CLI:

conda search -c anaconda <package-name>