<?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 Identify the calling reload task in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Identify-the-calling-reload-task/m-p/2548179#M22871</link>
    <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I've created five reload tasks for an app in Qlik Cloud:&lt;BR /&gt;e.g. "15", "30", "45", "00" and "Triggered Reload".&lt;BR /&gt;&lt;BR /&gt;Four of them start every 15 minutes, and one is automatically triggered when another app has been successfully loaded.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I can retrieve all reloads using the REST API. Each one has a "ReloadID," but I can't find any indication of which task triggered that reload.&lt;BR /&gt;&lt;BR /&gt;How can I find out which reload was started by the triggered task?&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Thomas&lt;/P&gt;</description>
    <pubDate>Thu, 30 Apr 2026 11:39:23 GMT</pubDate>
    <dc:creator>Thomas23</dc:creator>
    <dc:date>2026-04-30T11:39:23Z</dc:date>
    <item>
      <title>Identify the calling reload task</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Identify-the-calling-reload-task/m-p/2548179#M22871</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I've created five reload tasks for an app in Qlik Cloud:&lt;BR /&gt;e.g. "15", "30", "45", "00" and "Triggered Reload".&lt;BR /&gt;&lt;BR /&gt;Four of them start every 15 minutes, and one is automatically triggered when another app has been successfully loaded.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I can retrieve all reloads using the REST API. Each one has a "ReloadID," but I can't find any indication of which task triggered that reload.&lt;BR /&gt;&lt;BR /&gt;How can I find out which reload was started by the triggered task?&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Thomas&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2026 11:39:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Identify-the-calling-reload-task/m-p/2548179#M22871</guid>
      <dc:creator>Thomas23</dc:creator>
      <dc:date>2026-04-30T11:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: Identify the calling reload task</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Identify-the-calling-reload-task/m-p/2548193#M22873</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/142300"&gt;@Thomas23&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I don't think Qlik Cloud records that - but I would check the Events API to make sure.&lt;/P&gt;&lt;P&gt;Since you look familiar with the REST APIs, and that you are using the REST APIs to reload your apps, you could pass a variable value through the POST Reloads -&amp;nbsp;&lt;A href="https://qlik.dev/apis/rest/reloads/#post-api-v1-reloads" target="_blank"&gt;https://qlik.dev/apis/rest/reloads/#post-api-v1-reloads&lt;/A&gt; - to inject into your Reload Log the caller of the reload - example: &lt;EM&gt;TRACE App Caller ID $(vCalllerAppID);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;This will record in the logs who call the reload process.&lt;/P&gt;&lt;P&gt;Another alternative is to use Qlik Automate to record that as well - Automate Logs, files, database, etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Mark Costa&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2026 13:06:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Identify-the-calling-reload-task/m-p/2548193#M22873</guid>
      <dc:creator>marksouzacosta</dc:creator>
      <dc:date>2026-04-30T13:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: Identify the calling reload task</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Identify-the-calling-reload-task/m-p/2548202#M22876</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/142300"&gt;@Thomas23&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try the following:&lt;/P&gt;&lt;DIV class=""&gt;powershell&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;PRE&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;[Net.ServicePointManager]&lt;/SPAN&gt;::SecurityProtocol = &lt;SPAN class=""&gt;[Net.SecurityProtocolType]&lt;/SPAN&gt;::Tls12&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;$h&lt;/SPAN&gt; = @&lt;SPAN class=""&gt;{&lt;/SPAN&gt; &lt;SPAN class=""&gt;"Authorization"&lt;/SPAN&gt; = &lt;SPAN class=""&gt;"Bearer &lt;STRONG&gt;&amp;lt;api key&amp;gt;&lt;/STRONG&gt;"&lt;/SPAN&gt; &lt;SPAN class=""&gt;}&lt;/SPAN&gt;
&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;$appId&lt;/SPAN&gt; = &lt;SPAN class=""&gt;"&lt;STRONG&gt;&amp;lt;appid&amp;gt;&lt;/STRONG&gt;"&lt;/SPAN&gt;
&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;$url&lt;/SPAN&gt; = &lt;SPAN class=""&gt;"https://&lt;STRONG&gt;&amp;lt;tenant&amp;gt;&lt;/STRONG&gt;.us.qlikcloud.com/api/v1/reloads?appId=&lt;/SPAN&gt;&lt;SPAN class=""&gt;$appId&lt;/SPAN&gt;&lt;SPAN class=""&gt;&amp;amp;limit=100"&lt;/SPAN&gt;
&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;$all&lt;/SPAN&gt; = @&lt;SPAN class=""&gt;(&lt;/SPAN&gt;&lt;SPAN class=""&gt;)&lt;/SPAN&gt;
&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;do&lt;/SPAN&gt; &lt;SPAN class=""&gt;{&lt;/SPAN&gt;
&lt;/SPAN&gt;&lt;SPAN&gt;    &lt;SPAN class=""&gt;$r&lt;/SPAN&gt; = &lt;SPAN class=""&gt;Invoke-RestMethod&lt;/SPAN&gt; &lt;SPAN class=""&gt;-&lt;/SPAN&gt;Uri &lt;SPAN class=""&gt;$url&lt;/SPAN&gt; &lt;SPAN class=""&gt;-&lt;/SPAN&gt;Headers &lt;SPAN class=""&gt;$h&lt;/SPAN&gt;
&lt;/SPAN&gt;&lt;SPAN&gt;    &lt;SPAN class=""&gt;$all&lt;/SPAN&gt; &lt;SPAN class=""&gt;+=&lt;/SPAN&gt; &lt;SPAN class=""&gt;$r&lt;/SPAN&gt;&lt;SPAN class=""&gt;.&lt;/SPAN&gt;&lt;SPAN class=""&gt;data&lt;/SPAN&gt;
&lt;/SPAN&gt;&lt;SPAN&gt;    &lt;SPAN class=""&gt;$url&lt;/SPAN&gt; = &lt;SPAN class=""&gt;if&lt;/SPAN&gt; &lt;SPAN class=""&gt;(&lt;/SPAN&gt;&lt;SPAN class=""&gt;$r&lt;/SPAN&gt;&lt;SPAN class=""&gt;.&lt;/SPAN&gt;links&lt;SPAN class=""&gt;.&lt;/SPAN&gt;next&lt;SPAN class=""&gt;)&lt;/SPAN&gt; &lt;SPAN class=""&gt;{&lt;/SPAN&gt; &lt;SPAN class=""&gt;"https://&lt;STRONG&gt;&amp;lt;tenant&amp;gt;&lt;/STRONG&gt;.us.qlikcloud.com"&lt;/SPAN&gt; &lt;SPAN class=""&gt;+&lt;/SPAN&gt; &lt;SPAN class=""&gt;$r&lt;/SPAN&gt;&lt;SPAN class=""&gt;.&lt;/SPAN&gt;links&lt;SPAN class=""&gt;.&lt;/SPAN&gt;next &lt;SPAN class=""&gt;}&lt;/SPAN&gt; &lt;SPAN class=""&gt;else&lt;/SPAN&gt; &lt;SPAN class=""&gt;{&lt;/SPAN&gt; &lt;SPAN class=""&gt;$null&lt;/SPAN&gt; &lt;SPAN class=""&gt;}&lt;/SPAN&gt;
&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;}&lt;/SPAN&gt; &lt;SPAN class=""&gt;while&lt;/SPAN&gt; &lt;SPAN class=""&gt;(&lt;/SPAN&gt;&lt;SPAN class=""&gt;$url&lt;/SPAN&gt;&lt;SPAN class=""&gt;)&lt;/SPAN&gt;
&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;$all&lt;/SPAN&gt; &lt;SPAN class=""&gt;|&lt;/SPAN&gt; &lt;SPAN class=""&gt;Select-Object&lt;/SPAN&gt; id&lt;SPAN class=""&gt;,&lt;/SPAN&gt; &lt;SPAN class=""&gt;type&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt; status&lt;SPAN class=""&gt;,&lt;/SPAN&gt; startTime&lt;SPAN class=""&gt;,&lt;/SPAN&gt; endTime &lt;SPAN class=""&gt;|&lt;/SPAN&gt; &lt;SPAN class=""&gt;Format-Table&lt;/SPAN&gt; &lt;SPAN class=""&gt;-&lt;/SPAN&gt;AutoSize&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;P&gt;Check the reload type:&lt;/P&gt;&lt;P&gt;choreographer - event-triggered&lt;/P&gt;&lt;P&gt;scheduled - scheduled&lt;/P&gt;&lt;P&gt;manual - manual or via API&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="aaa.png" style="width: 764px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/188087iA799B1FEA4EB9695/image-size/large?v=v2&amp;amp;px=999" role="button" title="aaa.png" alt="aaa.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I hope that helps.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2026 16:32:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Identify-the-calling-reload-task/m-p/2548202#M22876</guid>
      <dc:creator>Eduardo_Monteiro</dc:creator>
      <dc:date>2026-04-30T16:32:38Z</dc:date>
    </item>
  </channel>
</rss>

