Reltio Connect

 View Only
  • 1.  Stop Export Job

    Reltio Partner
    Posted 02-16-2024 13:36

    Hello All, 

    I was wondering whether there is a API for stopping an export jo in Reltio. 

    Thanks!

    Fernando de la Torre



    ------------------------------
    Fernando de la Torre
    Astrazeneca
    ------------------------------


  • 2.  RE: Stop Export Job

    Founding Member
    Posted 02-19-2024 13:36

    Not sure if you still need it, considering its two days already. But if you do here is the API
    PUT {{dataloadURL}}/jobs/{{tenant}}/tasks/<<TASK ID>>/_forceStop



    ------------------------------
    Ashish Rawat
    Sr. Manager
    Fresh Gravity
    Bangalore
    ------------------------------



  • 3.  RE: Stop Export Job

    Reltio Partner
    Posted 02-19-2024 14:13

    Hi,

    Please use the below steps to find the list of active running export and to kill/stop the task.

    1. Get the list of running export task

    GET {ExportServiceURL}/tasks

    1. And use the below API to stop the respective export task by using the taskId

                  PUT {ExportServiceURL}/tasks/{taskId}/_stop



    ------------------------------
    Prasad S S
    Accenture
    Chickmagalur
    ------------------------------