Get orchestrator tags and properties

Hello, Is there a way to get orchestrator process tags and properties by Studio with API?
I’m using API to get Process info but tags are not displayed

A Quick Cross Check came to the same conclusion

Using /odata/Processes endpoint is not returning tags

But when using /odata/QueueDefinitions Tags from the Queue is returned

Maybe you want to provide this a a feedback to UiPath here

@msaccomani - To get the tags for processes, you must use the Object Releases. Check out the swagger definition.

Sample: https://cloud.uipath.com/{Org}/{Tenant_Name}/orchestrator_/odata/Releases?%24filter=contains(Name%2C’Global’)

Hope this helps!

1 Like