API for getting process logs

Hi all,

I am trying to connect my snatchbot with my UiPath orchestrator and am looking for an API. In case there is any suitable API other than post man, suggestions would be very helpful

Thank you,
Pooja

1 Like

You can use HTTP Request activity in UiPath Studio (from UiPath.WebApi.Activities package).

Or you can use your Orchestrator Swagger documentation.

https://cloud.uipath.com/ORG_NAME/TENANT_NAME/orchestrator_/swagger/index.html#/RobotLogs/RobotLogs_Get

https://docs.uipath.com/orchestrator/reference/api-references

1 Like