Hi FME Server Team,
I would like to request an enhancement to the FME Server REST API.
API Endpoint:
/transformations/jobs/completed
Enhancement Request:
Currently, it is not possible to filter completed jobs by their finish time using this endpoint. I would like to request support for querying completed jobs by finishTime, in addition to filtering by repository and workspace.
Use Case:
For monitoring and automation purposes, I need to programmatically retrieve jobs that have successfully finished within the past 5 minutes, filtered by a specific repository and workspace name.
Example Query:
repository: <repository_name>
workspace: <workspace_name>
completed successfully (completedState: success)
finished within the past 5 minutes (finishTime >= <timestamp>)
Having the ability to query by finishTime (ideally with support for both a start and end range, or a relative time based on current time eg. last 5 minutes) would greatly streamline our integration workflows.
Thank you for considering this request.

