Is there a way to get the output(output variable) of a process already published in orchestrator using orchestrator API?
Your requirement is not clear. What exactly do you need to extract? The Release details or the Package details via a Rest API call?
Hi Marian,
I am accessing orchestrator API from a third party tool.
I am running the process via API from a third party tool.
Now I want to publish the result given by the process in the third party tool.
Is that possible?
Well, check in the Third-party tool how you can extract the needed details from the JSON response.
What is URL for GET process where we are interested in getting the output from the api?
For Processes /odata/Processes
https://cloud.uipath.com/ORG_NAME/TENANT_NAME/orchestrator_/swagger/index.html#/Processes/Processes_Get
For Releases → processes versions /odata/Releases
https://cloud.uipath.com/ORG_NAME/TENANT_NAME/orchestrator_/swagger/index.html#/Releases/Releases_Get