Job Executions REST Endpoints
Job Executions
Access to the history of jobs in the scheduler
- Get execution history of a job
- Method: getPath:
/iam/governance/selfservice/api/v1/scheduler/jobs/{jobName}/history
- Get the last execution history of a job
- Method: getPath:
/iam/governance/selfservice/api/v1/scheduler/jobs/{jobName}/history/last
- Get the milestones of the specific execution history
- Method: getPath:
/iam/governance/selfservice/api/v1/scheduler/jobs/{jobName}/history/{historyID}