How can I get the trigger details to determine whether they are disabled or enabled?

"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?

@manipreethi410

This endpoint should get you all the triggers.

/odata/ProcessSchedules

Hi @manipreethi410

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