Thanks, Vera
Hi @vki !
Instead of using the automation API endpoints, you might use the schedules endpoint: GET /schedules.
When the 'includeAutomations' parameter is set to true, the response will include all the automations that use a Schedule Trigger and their start times ('begin'). One thing to keep in mind is that the API token must have fmesuperuser role to apply 'includeAutomations'=true in this request. This security requirement is positioned to change the V4 API. You can inquire about the progress of this request with our internal tracking id, FMESERVER-19031. Hope that helps!
This might be what you are after! FMEServerAutomationTriggersParser | FME Hub (safe.com)
This might be what you are after! FMEServerAutomationTriggersParser | FME Hub (safe.com)
Sounds very interessting! Unfortunately, we only update FME every other year or so and we've updated FME to the version 2022.2.2 last year. The transformer needs FME 2022.2.4.0 (Build 22792) or higher, so I can't use it...