Get process details using Ochestrator API

Hi everyone,

From the orchestrator, in the Tenant/Monitoring/Processes menu we can download process details (cf. images) and I’d like to automate this download.
I thought about Orchestrator API but I can’t find a way to do this except using the get jobs request on which I will have to do many data agregation to get all the information given in columns by process.

If someone has another idea, feel free to answer to this post :slight_smile:

@Manon_Ctr

Yes ideally if you are using orchestrator api then you need to go with that way of getting jobs and subsequently use another apis if you need more info

But as far as the column you need almost all are present in get jobs itself and yes thats the way as of now

Cheers