Job REST Endpoints

Job
The operations from the Job category.
Get Job Status by ID
Method: get
Path: /taas/job/{executionID}
Run a Job by ID
Method: post
Path: /taas/runJob/{jobID}
Stop Job Execution
Method: post
Path: /taas/job/stop/{executionID}