Skip to main content

I am pulling the transformation metadata using the API call

GET /transformations/jobs/completed

and would like to trace each transformation back to a specific run/event of an automation. In other words, I just don't want to know which automation ran the transformation, but I also want to group those transformations by a specific date and time that the automation was triggered.

 

In looking through the metadata provided, I am not seeing an obvious way to do that.

 

Thanks

Hi @brent_frakes​, unfortunately I do not think this is possible with the FME Server REST API. In that endpoint we record the source name (automation name), but not an ID or anything that would allow you to group a specific event.


Reply