How to pull process name through API call

Hello, Our organization decided not to add Insights to our platform, however management would like us to pull logs in a Power BI report or some other platform. We are hosted in cloud and I need some help which API call should be used to get details from the log. “/odata/QueueItems?$filter=(…)” can’t differentiate by process. Can someone please help me out on which API call should I use to get the right process and from there the log details?

Hi @nzajzon

you can get the log details with an help below swagger API.

https://yourOrchestratorServer/swagger/index.html

you can refer the below playlist , if you need how to use swagger API.

Hope it helps!!!

@nzajzon

Welcome to the community

you can use robot logs endpoint and filter it with process name

<OrchestratorURL>/swagger/index.html#/RobotLogs/RobotLogs_Get

cheers

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.