Need to get job run time.
Page 1 / 1
You can use the REST API for this, e.g.
GET /transformations/jobs/id/<jobid>
This will return a JSON object containing the engineHost and engineName, as well as timeStarted and timeFinished.