"I need to retrieve a few trigger details using the API in UiPath, specifically to check whether the triggers are disabled or not. I tried to check in Swagger, but I was unable to find a proper solution. Is it possible? If so, how can I pass the values using the API?
using the orchestrator api endpoint get /odata/processschedules, which returns each trigger’s enabled or disabled state, and you pass the bearer token in the authorization header along with the folder id using x-uipath-organizationunitid
For more:
If helpful, mark as solution. Happy automation with UiPath