<?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: Getting List of Data Files in a space. in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Getting-List-of-Data-Files-in-a-space/m-p/2516585#M22166</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/163429"&gt;@GTiscareno&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thanks for your inputs here.&lt;/P&gt;&lt;P&gt;Its working pretty much fine,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raju&lt;/P&gt;</description>
    <pubDate>Sun, 04 May 2025 16:27:44 GMT</pubDate>
    <dc:creator>Raju_6952</dc:creator>
    <dc:date>2025-05-04T16:27:44Z</dc:date>
    <item>
      <title>Getting List of Data Files in a space.</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Getting-List-of-Data-Files-in-a-space/m-p/2062142#M18430</link>
      <description>&lt;P&gt;Hoping to get a little insights for the community.&amp;nbsp; We are utilizing an API call to get a list of the data files within a space:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://driveninsights.us.qlikcloud.com/api/v1/data-files?connectionId=2562e45d-f6b7-4d4f-8cb1-587cfd27b38b" target="_blank"&gt;https://&amp;lt;Tenant&amp;gt;/api/v1/data-files?connectionId=&lt;/A&gt;&amp;lt;SPACEID&amp;gt;&lt;/P&gt;
&lt;P&gt;This works in providing the list, but some files are missing.&amp;nbsp; There doesn't seem to be anything different about the files that are missing.&amp;nbsp; They are QVD's that are created in the same app as some other QVD's that are showing up in the list.&amp;nbsp; They are not significantly larger.&amp;nbsp; There is no real difference between some of the files that show up and some of the files that don't show up.&amp;nbsp; Has anyone else seen this or has anyone used a better method for getting a list of data file within a space?&amp;nbsp; Any insights would be appreciated.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2023 15:40:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Getting-List-of-Data-Files-in-a-space/m-p/2062142#M18430</guid>
      <dc:creator>tlamont</dc:creator>
      <dc:date>2023-04-19T15:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: Getting List of Data Files in a space.</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Getting-List-of-Data-Files-in-a-space/m-p/2062776#M18434</link>
      <description>&lt;P&gt;The &lt;A href="https://qlik.dev/apis/rest/data-files" target="_blank" rel="noopener"&gt;Data-Files API&lt;/A&gt;&amp;nbsp;has a Query Parameter for "limit" that defaults to 20 records, above this you need to page through the results.&lt;/P&gt;
&lt;P&gt;Based on the api example you provided you may need to consider increasing the limit value or add paging to your API Calls.&lt;/P&gt;
&lt;P&gt;"limit" allows a maximum of 1000 per page, so if you have more than 1000 QVDs in the space you will need to handle paging anyway.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://&amp;lt;Tenant&amp;gt;/api/v1/data-files?connectionId=&amp;lt;SPACEID&amp;gt;&amp;amp;limit=1000" target="_blank" rel="nofollow noopener noreferrer"&gt;https://&amp;lt;Tenant&amp;gt;/api/v1/data-files?connectionId=&amp;lt;SPACEID&amp;gt;&amp;amp;limit=1000&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Apr 2023 00:45:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Getting-List-of-Data-Files-in-a-space/m-p/2062776#M18434</guid>
      <dc:creator>Marc</dc:creator>
      <dc:date>2023-04-21T00:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: Getting List of Data Files in a space.</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Getting-List-of-Data-Files-in-a-space/m-p/2510102#M21908</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/29458"&gt;@Marc&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I need to fetch the complete list of data files in my qlik cloud tenant as a admin.&lt;/P&gt;&lt;P&gt;which api i need to use to get the same.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Raju&lt;/P&gt;</description>
      <pubDate>Sun, 16 Mar 2025 08:12:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Getting-List-of-Data-Files-in-a-space/m-p/2510102#M21908</guid>
      <dc:creator>Raju_6952</dc:creator>
      <dc:date>2025-03-16T08:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: Getting List of Data Files in a space.</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Getting-List-of-Data-Files-in-a-space/m-p/2516558#M22164</link>
      <description>&lt;P&gt;I was looking for that and to get all the data files use this call&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;https://&amp;lt;Tenant&amp;gt;/api/v1/data-files?includeAllSpaces=TRUE&amp;amp;limit=1000&lt;/P&gt;</description>
      <pubDate>Sun, 04 May 2025 03:14:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Getting-List-of-Data-Files-in-a-space/m-p/2516558#M22164</guid>
      <dc:creator>GTiscareno</dc:creator>
      <dc:date>2025-05-04T03:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: Getting List of Data Files in a space.</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Getting-List-of-Data-Files-in-a-space/m-p/2516581#M22165</link>
      <description>&lt;P class="" data-start="110" data-end="550"&gt;Thanks for raising this — we've seen similar inconsistencies before. If your API call is returning only a partial list, it might be due to indexing delays or permission issues within the space, especially if the missing QVDs were recently generated. One workaround we've found useful is to re-trigger metadata refreshes or check if those files are tagged or stored slightly differently (e.g., nested folders or special characters in names).&lt;/P&gt;
&lt;P class="" data-start="552" data-end="799"&gt;It’s a bit puzzling when there's no clear pattern to what’s excluded. Hopefully someone else in the community has seen this exact case. As&lt;A href="https://thehearup.com/angel-francheska-manhilot/21961/" target="_self"&gt; &lt;EM data-start="691" data-end="718"&gt;Angel Francheska Manhilot&lt;/EM&gt;&lt;/A&gt; might say — sometimes it takes a second look to spot what’s quietly out of sync.&lt;/P&gt;</description>
      <pubDate>Sun, 04 May 2025 13:18:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Getting-List-of-Data-Files-in-a-space/m-p/2516581#M22165</guid>
      <dc:creator>michealjam</dc:creator>
      <dc:date>2025-05-04T13:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: Getting List of Data Files in a space.</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Getting-List-of-Data-Files-in-a-space/m-p/2516585#M22166</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/163429"&gt;@GTiscareno&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thanks for your inputs here.&lt;/P&gt;&lt;P&gt;Its working pretty much fine,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raju&lt;/P&gt;</description>
      <pubDate>Sun, 04 May 2025 16:27:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Getting-List-of-Data-Files-in-a-space/m-p/2516585#M22166</guid>
      <dc:creator>Raju_6952</dc:creator>
      <dc:date>2025-05-04T16:27:44Z</dc:date>
    </item>
  </channel>
</rss>

