Answers for "Check running jobs - Server Rest API" https://knowledge.亚搏在线safe.com/questions/30807/check-running-jobs-server-rest-api.html The latest answers for the question "Check running jobs - Server Rest API" Answer by david_r https://knowledge.safe.com/answers/30808/view.html

Retrieve all running jobs:

GET /transformations/jobs/running

If you have the job id from the last run, you can see when it finished:

GET /transformations/jobs/id/
       
        /result
       

If you don't have the job id, query all finished and/or queued jobs to look for your workspace filtering on therequest.workspacePathreponse (you will have to request detail=high):

GET /transformations/jobs/queued GET /transformations/jobs/finished
Mon, 11 Jul 2016 06:44:58 GMT david_r