Skip to main content

Need to get job run time.

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.


Reply