I’ve tried reviewing results from /schedules. This doesn’t seem to include our schedule triggers in automations.Neither /automations or /automations/{id} return the required information.
Can anyone point me in the right direction?
Thanks!
AW
I’ve tried reviewing results from /schedules. This doesn’t seem to include our schedule triggers in automations.Neither /automations or /automations/{id} return the required information.
Can anyone point me in the right direction?
Thanks!
AW
Best answer by ebygomm
What version of FME Flow?
In 2025 you can go to schedules and then switch the source to Automations

You can also get details via the rest api
FMEURL/fmeapiv4/schedules?limit=100&offset=0&sourceType=automation
or
FMEURL/fmerest/v3/schedules?includeAutomations=true&limit=-1&offset=-1
depending on version