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
------------------------------
Original Message:
Sent: 09-04-2024 05:38
From: Nanda kumar Nandhi
Subject: Data Load duration from Data loader job
Hi Reltio team,
How can I get the details of the duration of a data load job from data loader application ?
Thanks & Regards
Nandakumar Nandhi
------------------------------
Nanda kumar Nandhi
Novartis
------------------------------