<?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>article Postman: Get task status with QRS API in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/Postman-Get-task-status-with-QRS-API/ta-p/1716606</link>
    <description>&lt;P&gt;&lt;BR /&gt;This article describes how to use Postman to fetch task status as a table using the QRS API.&lt;BR /&gt;&lt;BR /&gt;This is a simple way to fetch the task statuses as a table. There are also other ways to fetch task status as using the session ID together with /&lt;FONT face="courier new,courier"&gt;qrs/executionsession/&lt;/FONT&gt; like described via link below:&lt;BR /&gt;&lt;A href="http://help.qlik.com/en-US/sense-developer/Subsystems/RepositoryServiceAPI/Content/RepositoryServiceAPI/RepositoryServiceAPI-Task-Start-Task.htm" target="_blank" rel="noopener"&gt;Task: Start - Qlik Sense for Developers&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;For information on how to use Postman with Qlik APIs, refer to:&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/Knowledge-Base/QRS-API-using-Xrfkey-header-in-Postman-Chrome-Extension/ta-p/1714661" target="_blank" rel="noopener"&gt;QRS API using Xrfkey header in Postman Chrome Extension&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;Environment:&lt;/H3&gt;
&lt;P&gt;&lt;LI-PRODUCT title="Qlik Sense Enterprise on Windows" id="qlikSenseEnterpriseWindows"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3 class="qlik-migrated-tkb-headings"&gt;&amp;nbsp;&lt;/H3&gt;
&lt;H3 class="qlik-migrated-tkb-headings"&gt;Resolution:&lt;/H3&gt;
&lt;P data-unlink="true"&gt;&lt;U&gt;Example:&amp;nbsp;&lt;/U&gt;&lt;/P&gt;
&lt;P data-unlink="true"&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;POST&lt;/STRONG&gt; https://qlikserver1.domain.local/qrs/Task/table?orderAscending=true&amp;amp;skip=0&amp;amp;sortColumn=name&amp;amp;take=200&amp;amp;xrfkey=LrVKbOV7HAVjFMTF&amp;nbsp;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;U&gt;Request headers:&lt;/U&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;X-Qlik-xrfkey:&amp;nbsp;LrVKbOV7HAVjFMTF&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;U&gt;Request Body:&lt;/U&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;{"entity":"Task","columns":[{"name":"id","columnType":"Property","definition":"id"},{"name":"status","columnType":"Property","definition":"operational.lastExecutionResult.status"}]}&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;A response formatted like below should be returned:&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;{&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; "id": "5caf7b71-d289-49eb-8e7f-2954f38e6eda",&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; "columnNames": [&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "id",&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "status"&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; ],&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; "rows": [&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "33f925cc-b872-4191-91b8-4878999ec2ff",&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 7&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ],&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "0a3dad33-cee2-4f29-affc-f320261f5104",&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 7&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ],&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "27137126-538b-4a4d-b68d-bcd76917dfeb",&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ]&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; ],&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; "schemaPath": "Table"&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;}&lt;/FONT&gt;&lt;/P&gt;
&lt;P data-unlink="true"&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Postman_37166.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/54348i9CBD061756645A5A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Postman_37166.png" alt="Postman_37166.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Possible values for "status" are:&lt;/P&gt;
&lt;P&gt;"0: NeverStarted",&lt;BR /&gt;"1: Triggered",&lt;BR /&gt;"2: Started",&lt;BR /&gt;"3: Queued",&lt;BR /&gt;"4: AbortInitiated",&lt;BR /&gt;"5: Aborting",&lt;BR /&gt;"6: Aborted",&lt;BR /&gt;"7: FinishedSuccess",&lt;BR /&gt;"8: FinishedFail",&lt;BR /&gt;"9: Skipped",&lt;BR /&gt;"10: Retry",&lt;BR /&gt;"11: Error",&lt;BR /&gt;"12: Reset"&lt;/P&gt;</description>
    <pubDate>Wed, 05 May 2021 14:15:21 GMT</pubDate>
    <dc:creator>Damien_V</dc:creator>
    <dc:date>2021-05-05T14:15:21Z</dc:date>
    <item>
      <title>Postman: Get task status with QRS API</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Postman-Get-task-status-with-QRS-API/ta-p/1716606</link>
      <description>&lt;P&gt;&lt;BR /&gt;This article describes how to use Postman to fetch task status as a table using the QRS API.&lt;BR /&gt;&lt;BR /&gt;This is a simple way to fetch the task statuses as a table. There are also other ways to fetch task status as using the session ID together with /&lt;FONT face="courier new,courier"&gt;qrs/executionsession/&lt;/FONT&gt; like described via link below:&lt;BR /&gt;&lt;A href="http://help.qlik.com/en-US/sense-developer/Subsystems/RepositoryServiceAPI/Content/RepositoryServiceAPI/RepositoryServiceAPI-Task-Start-Task.htm" target="_blank" rel="noopener"&gt;Task: Start - Qlik Sense for Developers&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;For information on how to use Postman with Qlik APIs, refer to:&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/Knowledge-Base/QRS-API-using-Xrfkey-header-in-Postman-Chrome-Extension/ta-p/1714661" target="_blank" rel="noopener"&gt;QRS API using Xrfkey header in Postman Chrome Extension&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;Environment:&lt;/H3&gt;
&lt;P&gt;&lt;LI-PRODUCT title="Qlik Sense Enterprise on Windows" id="qlikSenseEnterpriseWindows"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3 class="qlik-migrated-tkb-headings"&gt;&amp;nbsp;&lt;/H3&gt;
&lt;H3 class="qlik-migrated-tkb-headings"&gt;Resolution:&lt;/H3&gt;
&lt;P data-unlink="true"&gt;&lt;U&gt;Example:&amp;nbsp;&lt;/U&gt;&lt;/P&gt;
&lt;P data-unlink="true"&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;POST&lt;/STRONG&gt; https://qlikserver1.domain.local/qrs/Task/table?orderAscending=true&amp;amp;skip=0&amp;amp;sortColumn=name&amp;amp;take=200&amp;amp;xrfkey=LrVKbOV7HAVjFMTF&amp;nbsp;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;U&gt;Request headers:&lt;/U&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;X-Qlik-xrfkey:&amp;nbsp;LrVKbOV7HAVjFMTF&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;U&gt;Request Body:&lt;/U&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;{"entity":"Task","columns":[{"name":"id","columnType":"Property","definition":"id"},{"name":"status","columnType":"Property","definition":"operational.lastExecutionResult.status"}]}&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;A response formatted like below should be returned:&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;{&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; "id": "5caf7b71-d289-49eb-8e7f-2954f38e6eda",&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; "columnNames": [&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "id",&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "status"&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; ],&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; "rows": [&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "33f925cc-b872-4191-91b8-4878999ec2ff",&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 7&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ],&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "0a3dad33-cee2-4f29-affc-f320261f5104",&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 7&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ],&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "27137126-538b-4a4d-b68d-bcd76917dfeb",&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ]&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; ],&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; "schemaPath": "Table"&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;}&lt;/FONT&gt;&lt;/P&gt;
&lt;P data-unlink="true"&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Postman_37166.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/54348i9CBD061756645A5A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Postman_37166.png" alt="Postman_37166.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Possible values for "status" are:&lt;/P&gt;
&lt;P&gt;"0: NeverStarted",&lt;BR /&gt;"1: Triggered",&lt;BR /&gt;"2: Started",&lt;BR /&gt;"3: Queued",&lt;BR /&gt;"4: AbortInitiated",&lt;BR /&gt;"5: Aborting",&lt;BR /&gt;"6: Aborted",&lt;BR /&gt;"7: FinishedSuccess",&lt;BR /&gt;"8: FinishedFail",&lt;BR /&gt;"9: Skipped",&lt;BR /&gt;"10: Retry",&lt;BR /&gt;"11: Error",&lt;BR /&gt;"12: Reset"&lt;/P&gt;</description>
      <pubDate>Wed, 05 May 2021 14:15:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Postman-Get-task-status-with-QRS-API/ta-p/1716606</guid>
      <dc:creator>Damien_V</dc:creator>
      <dc:date>2021-05-05T14:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: Postman: Get task status with QRS API</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Postman-Get-task-status-with-QRS-API/tac-p/1930508#M6414</link>
      <description>&lt;P&gt;HI Damien,&lt;/P&gt;
&lt;P&gt;Have you already tried other tools besides postman to query qlik tasks?&lt;BR /&gt;I ask you why I would need to have our PRTG monitoring system talk to Qlik, but I have no way to pass them the two keys like I do as postman.&lt;/P&gt;
&lt;P&gt;Cannot load endpoint https: // qlikserver: 4242 / qrs / reloadtask / bdcc21ec-265e-4e6c-9883-c60443fb4f22? Xrfkey = cWbA392PyaYQ2U0K: expected status 200 OK but got 403 No client certificate supplied.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Your every suggestion is appreciated.&lt;/P&gt;
&lt;P&gt;A thousand thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="certfile.jpg" style="width: 711px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/79398i53F7C5745128A22B/image-size/large?v=v2&amp;amp;px=999" role="button" title="certfile.jpg" alt="certfile.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 15:07:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Postman-Get-task-status-with-QRS-API/tac-p/1930508#M6414</guid>
      <dc:creator>generalfinance</dc:creator>
      <dc:date>2022-05-13T15:07:35Z</dc:date>
    </item>
  </channel>
</rss>

