<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic API for checking process status in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/API-for-checking-process-status/m-p/2450796#M20513</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hello, I am trying to write a program where it will alert me when a program has failed, like in the QMCshows failed. Could you please share the URL API for the endpoint I need to use? Thanks.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 09 May 2024 12:51:07 GMT</pubDate>
    <dc:creator>siliana</dc:creator>
    <dc:date>2024-05-09T12:51:07Z</dc:date>
    <item>
      <title>API for checking process status</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/API-for-checking-process-status/m-p/2450796#M20513</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello, I am trying to write a program where it will alert me when a program has failed, like in the QMCshows failed. Could you please share the URL API for the endpoint I need to use? Thanks.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2024 12:51:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/API-for-checking-process-status/m-p/2450796#M20513</guid>
      <dc:creator>siliana</dc:creator>
      <dc:date>2024-05-09T12:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: API for checking process status</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/API-for-checking-process-status/m-p/2450806#M20514</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/251675"&gt;@siliana&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I need more information about your request. What do you mean "when a program has failed"? A Qlik Sense Application reload problem?&lt;BR /&gt;Are you talking about Qlik Sense On-prem or Cloud? Or another product?&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2024 13:08:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/API-for-checking-process-status/m-p/2450806#M20514</guid>
      <dc:creator>marksouzacosta</dc:creator>
      <dc:date>2024-05-09T13:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: API for checking process status</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/API-for-checking-process-status/m-p/2450814#M20516</link>
      <description>&lt;P&gt;Hello&amp;nbsp; &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22035"&gt;@marksouzacosta&lt;/a&gt;&amp;nbsp;thank you for your attention. I am talking about Qlik Sense Cloud, but the QMC (Qlik Management Console) task manager is on-premises, like on my server. However, it pushes the data to the cloud where the Qlik Sense app is hosted. So, on the QMC, it shows whether it fails or is successful. When it fails, I want an alert, as I need to check it manually each time.&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2024 13:18:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/API-for-checking-process-status/m-p/2450814#M20516</guid>
      <dc:creator>siliana</dc:creator>
      <dc:date>2024-05-09T13:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: API for checking process status</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/API-for-checking-process-status/m-p/2451083#M20520</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/251675"&gt;@siliana&lt;/a&gt;&amp;nbsp;, for monitoring Qlik Sense on premise tasks you have to use &lt;A href="https://help.qlik.com/en-US/sense-developer/February2024/Subsystems/RepositoryServiceAPI/Content/Sense_RepositoryServiceAPI/RepositoryServiceAPI-Introduction.htm" target="_self"&gt;QRS API.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;If you want to start a task you have to call &lt;A href="https://help.qlik.com/en-US/sense-developer/February2024/APIs/RepositoryServiceAPI/index.html?page=1408" target="_self"&gt;/task/{id}/start&lt;/A&gt; end point.&lt;/P&gt;
&lt;P&gt;If you want to monitor the task you have to call /&lt;A href="https://help.qlik.com/en-US/sense-developer/February2024/APIs/RepositoryServiceAPI/index.html?page=1459" target="_self"&gt;task/full&lt;/A&gt; end point. In the response you will find the status code under&amp;nbsp;&lt;SPAN&gt;&lt;EM&gt;operational&lt;/EM&gt; --&amp;gt;&amp;nbsp;&lt;EM&gt;lastExecutionResult&lt;/EM&gt; --&amp;gt;&amp;nbsp;&lt;EM&gt;status. &lt;/EM&gt;If you want to get the description (Started, Failed, etc.) you have to translate status code into descr using &lt;A href="https://help.qlik.com/en-US/sense-developer/February2024/APIs/RepositoryServiceAPI/index.html?page=237" target="_self"&gt;/about/enums&lt;/A&gt;&amp;nbsp;endpoint under&amp;nbsp;&lt;EM&gt;TaskExecutionStatus &lt;/EM&gt;node&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2024 09:10:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/API-for-checking-process-status/m-p/2451083#M20520</guid>
      <dc:creator>alex_colombo</dc:creator>
      <dc:date>2024-05-10T09:10:28Z</dc:date>
    </item>
  </channel>
</rss>

