How to get all processes that worked throughout the day by API?

Can I make a request via API to see how many processess were running on my machine and when were they running?

Ideally I make an API request and I get info back such as :
Process A was working from 2am to 4am on my machine.
Process B was running from 6am to 9am on my machine.
Process C was running from 4pm to 6pm on my machine.

I want to visualize available/unavailable times.

So Ideally I get all this information back, and then I can make a visualisation such as :
My machine was busy for 7hours on day 25 of July, so the usage% was 7/24 = 29%

Help me please, I couldn’t find such info on Orchestrator API documentation. Is it possible to make such API calls?