<?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 Re: Qlik Cloud API to Download Reload Log file in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Cloud-API-to-Download-Reload-Log-file/m-p/2514240#M22063</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/41242"&gt;@Øystein_Kolsrud&lt;/a&gt;&amp;nbsp;- sorry for the confusion. Yes, you are correct, the endpoint does work. After re-checking the request, it seems like it was a mistake from my end, there was a typo in the id. I appreciate your response!&lt;/P&gt;</description>
    <pubDate>Mon, 14 Apr 2025 11:37:55 GMT</pubDate>
    <dc:creator>pipertexts</dc:creator>
    <dc:date>2025-04-14T11:37:55Z</dc:date>
    <item>
      <title>Qlik Cloud API to Download Reload Log file</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Cloud-API-to-Download-Reload-Log-file/m-p/2514225#M22060</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P class=""&gt;We are using Qlik Cloud managed spaces to publish production apps and our developers (who only have manage and edit access in Shared spaces) need the autonomy to download reload logs in case of a reload failure. However, we do not want to grant them direct access (ie "Can Manage" or "Can Edit") to these logs within the managed space because that level of access will also give them permission to reload apps, etc.&lt;/P&gt;&lt;P class=""&gt;The other API endpoints we tried from the dev portal only gives us the Reload Summary but that is not sufficient for the devs.&lt;/P&gt;&lt;P class=""&gt;We are exploring other options, such as downloading the logs via an API call, but we are facing an issue with the following endpoint provided by Qlik Chat support:&amp;nbsp;&lt;A target="_blank" rel="noopener"&gt;https://&amp;lt;your-tenant-URL&amp;gt;/api/v1/apps/{appId}/reloads/logs&lt;/A&gt;&lt;/P&gt;&lt;P class=""&gt;This endpoint does not seem to work. When we try to call it, we receive a 404 error. Does anyone have any suggestions for how to enable developers to download these logs without giving them access to the reload logs directly in the managed space (does Qlik even have this as an API feature)? Is there an alternative API or a different approach we can use to achieve this?&lt;/P&gt;&lt;P class=""&gt;Any help would be greatly appreciated!&lt;/P&gt;</description>
      <pubDate>Mon, 14 Apr 2025 09:41:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Cloud-API-to-Download-Reload-Log-file/m-p/2514225#M22060</guid>
      <dc:creator>pipertexts</dc:creator>
      <dc:date>2025-04-14T09:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Cloud API to Download Reload Log file</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Cloud-API-to-Download-Reload-Log-file/m-p/2514234#M22061</link>
      <description>&lt;P&gt;Can you paste the code you use? A 404 indicates that there is something wrong in the way you are calling the endpoint. I have used that one myself and it worked fine. Some spelling mistake maybe? Perhaps you have the wrong app ID?&lt;/P&gt;</description>
      <pubDate>Mon, 14 Apr 2025 10:49:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Cloud-API-to-Download-Reload-Log-file/m-p/2514234#M22061</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2025-04-14T10:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Cloud API to Download Reload Log file</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Cloud-API-to-Download-Reload-Log-file/m-p/2514237#M22062</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/41242"&gt;@Øystein_Kolsrud&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good day!&lt;/P&gt;&lt;P&gt;This is how I called it.&lt;/P&gt;&lt;P&gt;Method: GET&lt;/P&gt;&lt;P&gt;Request endpoint:&amp;nbsp;&lt;A href="https://org-name.ap.qlikcloud.com" target="_blank" rel="noopener"&gt;https://org-name.ap.qlikcloud.com&lt;/A&gt;&lt;SPAN&gt;/api/v1/apps/7a9d75f9-ea20-4b33-a93e-6c5c3b27acd8/reloads/logs&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Where:&lt;/P&gt;&lt;P&gt;host server:&amp;nbsp;&lt;A href="https://org-name.ap.qlikcloud.com" target="_blank" rel="noopener"&gt;https://org-name.ap.qlikcloud.com&lt;/A&gt;&amp;nbsp;("org-name" here is just an alias hostname just to show the format I used)&lt;/P&gt;&lt;P&gt;App ID:&amp;nbsp;&lt;SPAN&gt;7a9d75f9-ea20-4b33-a93e-6c5c3b27acd8&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For authorization, I am using an API key that is tied to a user with admin access so should be no problem with that.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you so much for responding!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Apr 2025 11:03:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Cloud-API-to-Download-Reload-Log-file/m-p/2514237#M22062</guid>
      <dc:creator>pipertexts</dc:creator>
      <dc:date>2025-04-14T11:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Cloud API to Download Reload Log file</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Cloud-API-to-Download-Reload-Log-file/m-p/2514240#M22063</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/41242"&gt;@Øystein_Kolsrud&lt;/a&gt;&amp;nbsp;- sorry for the confusion. Yes, you are correct, the endpoint does work. After re-checking the request, it seems like it was a mistake from my end, there was a typo in the id. I appreciate your response!&lt;/P&gt;</description>
      <pubDate>Mon, 14 Apr 2025 11:37:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Cloud-API-to-Download-Reload-Log-file/m-p/2514240#M22063</guid>
      <dc:creator>pipertexts</dc:creator>
      <dc:date>2025-04-14T11:37:55Z</dc:date>
    </item>
  </channel>
</rss>

