Hi Nanda,
If you have the data loader job id, you can execute this API - https://developer.reltio.com/private/swagger.htm?module=Data%20Ingestion#/Data%20Load%20Job/getJobDetailsById to get the full job status. Refer to the Job Summary object as shown in the screenshot below, you will get the duration there

Here is a sample CURL for the API
curl --location 'https://361-dataloader.reltio.com/dataloader/api/{{mdmTenant}}/project/job/{{jobID}}' \
--header 'Authorization: Bearer XXXXXXX' \
--header 'Content-Type: application/json'
If you are navigating to the jobs from the Data loader console UI, then you can retrieve the job ID from the completed job URL

Let me know if this answers your question
------------------------------
Diparnab Dey
Technical Consultant
Reltio
Kolkata, West Bengal
------------------------------