I have one job that reran multiple times which took 101 hours. Ideally the execution of that job is 8 hours. Using jobs 2.1 API I am able to extract the start and end time of job ID and run ID. This only helps me to get the duration of 101 hours , but I am looking for actual execution time of the job. Seems like this can be achieved by extracting the start and end time of tasks under particular job/run ID but not able to do using jobs 2.1 API.
Is there any way to find out the exact execution time of a job?