Access to the metrics in the posit connect

I want to retrieve also the data of the RAM and CPU usage from the Posit Connect. I have already tried using the connectapi::get_procs() but the issue is that it only retrieves live data. The goal is to replicate the dashboard same as in the Posit connect server but for a RShiny dashboard that I am building. I know there is a RRD file that can be used to get information. It would be greater if it was possible to get access of the RAM & CPU usage for each app.