Question

FME Server REST API: Grouping all transformation metadata to a distinct automation event

  • 9 February 2022
  • 1 reply
  • 1 view

Badge

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


1 reply

Userlevel 2
Badge +10

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