Hi
I'm looking at ways to monitor FME Server using the REST API and would like to perhaps query for all failed jobs in the last n days/hours/minutes.
I can see it's possible with the V3 API to query for failed jobs - e.g.
https://myfmeserver/fmerest/v3/transformations/jobs/completed?completedState=failed
However, this will return all failed jobs. If we are monitoring for recent failures, we would want to query using dates or a timeframe. Is this currently possible?
Thanks
John