<?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: Call to QRS API giving error &amp;quot;404 Not Found&amp;quot; error and the message &amp;quot;No matching endpoint found&amp;quot;. in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Call-to-QRS-API-giving-error-quot-404-Not-Found-quot-error-and/m-p/2547688#M15490</link>
    <description>&lt;P&gt;Using butler spyglass, you can extract data connections, lineage e app scripts from all your apps.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 24 Apr 2026 11:39:46 GMT</pubDate>
    <dc:creator>kallnascimento</dc:creator>
    <dc:date>2026-04-24T11:39:46Z</dc:date>
    <item>
      <title>Call to QRS API giving error "404 Not Found" error and the message "No matching endpoint found".</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Call-to-QRS-API-giving-error-quot-404-Not-Found-quot-error-and/m-p/2547565#M15479</link>
      <description>&lt;P&gt;&lt;SPAN&gt;objective : Need to fetch all qvs for all apps in the server to get the lineage details.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We are attempting to run a PowerShell script as a QMC External Program Task to call the QRS API. ( Also tried from the server ) The script successfully authenticates and can list all apps via /qrs/app/full. However, any attempt to get details for a single app (e.g., /qrs/app/{id}/script or /qrs/app/{id}) fails with a "404 Not Found" error and the message "No matching endpoint found".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We have confirmed the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The service user has RootAdmin privileges.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The certificate is correct and loads successfully.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The API calls work correctly when run from a standard PowerShell window on the same server, but fail when run via a QMC task.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The issue persists even with a minimal, hardcoded script, ruling out script logic errors.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2026 11:50:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Call-to-QRS-API-giving-error-quot-404-Not-Found-quot-error-and/m-p/2547565#M15479</guid>
      <dc:creator>SayanCiti007</dc:creator>
      <dc:date>2026-04-23T11:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: Call to QRS API giving error "404 Not Found" error and the message "No matching endpoint found".</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Call-to-QRS-API-giving-error-quot-404-Not-Found-quot-error-and/m-p/2547569#M15480</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/189924"&gt;@SayanCiti007&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I'd recommend you use dev-hub or Butler-Spyglass.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2026 12:20:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Call-to-QRS-API-giving-error-quot-404-Not-Found-quot-error-and/m-p/2547569#M15480</guid>
      <dc:creator>kallnascimento</dc:creator>
      <dc:date>2026-04-23T12:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: Call to QRS API giving error "404 Not Found" error and the message "No matching endpoint found".</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Call-to-QRS-API-giving-error-quot-404-Not-Found-quot-error-and/m-p/2547594#M15481</link>
      <description>&lt;P&gt;My guess is that your {id} parm is getting messed up. Anything that doesn't look like the expected 36 character guid pattern will return the 404. Can you print out the full url in your script before you send it to debug?&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2026 14:23:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Call-to-QRS-API-giving-error-quot-404-Not-Found-quot-error-and/m-p/2547594#M15481</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2026-04-23T14:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: Call to QRS API giving error "404 Not Found" error and the message "No matching endpoint found".</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Call-to-QRS-API-giving-error-quot-404-Not-Found-quot-error-and/m-p/2547618#M15482</link>
      <description>&lt;P&gt;Definitely check the other suggestions but I did want to point out that&amp;nbsp;&lt;SPAN&gt;/qrs/app/{id}/script doesn't exist.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Some snippet of script may help to see what may be the cause but if you get a result from the full endpoint (app/full) or the condensed endpoint (app), then I would not expect an app specific (app/id) to fail.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2026 17:22:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Call-to-QRS-API-giving-error-quot-404-Not-Found-quot-error-and/m-p/2547618#M15482</guid>
      <dc:creator>Levi_Turner</dc:creator>
      <dc:date>2026-04-23T17:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: Call to QRS API giving error "404 Not Found" error and the message "No matching endpoint found".</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Call-to-QRS-API-giving-error-quot-404-Not-Found-quot-error-and/m-p/2547619#M15483</link>
      <description>&lt;DIV&gt;&lt;DIV class=""&gt;&lt;P class=""&gt;try add this header explicitly to every request:&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;$headers&lt;/SPAN&gt; = @&lt;SPAN class=""&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;"X-Qlik-Xrfkey"&lt;/SPAN&gt; = &lt;SPAN class=""&gt;"0123456789abcdef"&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;"X-Qlik-User"&lt;/SPAN&gt; = &lt;SPAN class=""&gt;"UserDirectory=INTERNAL; UserId=sa_api"&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;"Content-Type"&lt;/SPAN&gt; = &lt;SPAN class=""&gt;"application/json"&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 23 Apr 2026 17:38:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Call-to-QRS-API-giving-error-quot-404-Not-Found-quot-error-and/m-p/2547619#M15483</guid>
      <dc:creator>jeffersonshibuya</dc:creator>
      <dc:date>2026-04-23T17:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: Call to QRS API giving error "404 Not Found" error and the message "No matching endpoint found".</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Call-to-QRS-API-giving-error-quot-404-Not-Found-quot-error-and/m-p/2547656#M15487</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SCRIPT" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/187976i318CF1C9EEF73889/image-size/large?v=v2&amp;amp;px=999" role="button" title="SCRIPT.png" alt="SCRIPT" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;SCRIPT&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LOG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/187975i2F2DA6A27CB1AD20/image-size/large?v=v2&amp;amp;px=999" role="button" title="LOG.png" alt="LOG" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;LOG&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Apr 2026 06:59:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Call-to-QRS-API-giving-error-quot-404-Not-Found-quot-error-and/m-p/2547656#M15487</guid>
      <dc:creator>SayanCiti007</dc:creator>
      <dc:date>2026-04-24T06:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: Call to QRS API giving error "404 Not Found" error and the message "No matching endpoint found".</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Call-to-QRS-API-giving-error-quot-404-Not-Found-quot-error-and/m-p/2547657#M15488</link>
      <description>&lt;P&gt;using dev hub we cant export script at bulk for 100&amp;nbsp; apps.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Apr 2026 07:01:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Call-to-QRS-API-giving-error-quot-404-Not-Found-quot-error-and/m-p/2547657#M15488</guid>
      <dc:creator>SayanCiti007</dc:creator>
      <dc:date>2026-04-24T07:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: Call to QRS API giving error "404 Not Found" error and the message "No matching endpoint found".</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Call-to-QRS-API-giving-error-quot-404-Not-Found-quot-error-and/m-p/2547674#M15489</link>
      <description>&lt;P&gt;It seems to be error is happening only on script end point . the other QRS API call is successfull. I tried with object fetch and it worked.&lt;/P&gt;&lt;P&gt;$objectsUrl = "$qrsServer/qrs/app/object/full?xrfkey=$xrfkey&amp;amp;filter=$encodedFilter"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/qrs/app/{id}/script&lt;SPAN&gt;&amp;nbsp;endpoint.- this is not working seems to be,&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Apr 2026 10:00:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Call-to-QRS-API-giving-error-quot-404-Not-Found-quot-error-and/m-p/2547674#M15489</guid>
      <dc:creator>SayanCiti007</dc:creator>
      <dc:date>2026-04-24T10:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: Call to QRS API giving error "404 Not Found" error and the message "No matching endpoint found".</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Call-to-QRS-API-giving-error-quot-404-Not-Found-quot-error-and/m-p/2547688#M15490</link>
      <description>&lt;P&gt;Using butler spyglass, you can extract data connections, lineage e app scripts from all your apps.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Apr 2026 11:39:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Call-to-QRS-API-giving-error-quot-404-Not-Found-quot-error-and/m-p/2547688#M15490</guid>
      <dc:creator>kallnascimento</dc:creator>
      <dc:date>2026-04-24T11:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: Call to QRS API giving error "404 Not Found" error and the message "No matching endpoint found".</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Call-to-QRS-API-giving-error-quot-404-Not-Found-quot-error-and/m-p/2547702#M15491</link>
      <description>&lt;P&gt;As&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/47469"&gt;@Levi_Turner&lt;/a&gt;&amp;nbsp;pointed out, /script is not a valid endpoint for QRS.&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Fri, 24 Apr 2026 14:08:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Call-to-QRS-API-giving-error-quot-404-Not-Found-quot-error-and/m-p/2547702#M15491</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2026-04-24T14:08:14Z</dc:date>
    </item>
  </channel>
</rss>

