<?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: Cortex XDR - Endpoint/Incident API Limit (100) - PowerBI Query in Cortex XDR Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cortex-xdr-endpoint-incident-api-limit-100-powerbi-query/m-p/507466#M2309</link>
    <description>&lt;P&gt;Yes this function worked for the time.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For the Incidents the reply should be returning a list to get all values, but instead it is returning a record and I am not able to find a way around that as yet.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you get it to work?&lt;/P&gt;</description>
    <pubDate>Thu, 30 Jun 2022 16:07:52 GMT</pubDate>
    <dc:creator>brownchris</dc:creator>
    <dc:date>2022-06-30T16:07:52Z</dc:date>
    <item>
      <title>Cortex XDR - Endpoint/Incident API Limit (100) - PowerBI Query</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cortex-xdr-endpoint-incident-api-limit-100-powerbi-query/m-p/470251#M1602</link>
      <description>&lt;P&gt;I am attempting to pull in endpoint/incident data using the appropriate API in PowerBI. However, there's a limit of 100 . I tried adding a separate custom column anticipated that my total number of incidents would be let's say "x" value, but that just repeats the already pulled 100 rows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See a copy of the Query I am using below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;let&lt;BR /&gt;body = "{ ""request_data"": {}}",&lt;BR /&gt;GetJson = Web.Contents("[URL_GOES_HERE].xdr.us.paloaltonetworks.com/public_api/v1/incidents/get_incidents/",&lt;BR /&gt;[&lt;BR /&gt;Headers = [#"Content-Type" = "application/json",&lt;BR /&gt;#"x-xdr-auth-id" = "[Auth_ID_GOES_HERE]",&lt;BR /&gt;#"Authorization" = "API_Key_GOES_HERE"&lt;BR /&gt;],&lt;BR /&gt;Content = Text.ToBinary(body)&lt;BR /&gt;]&lt;BR /&gt;),&lt;BR /&gt;FormatAsJson = Json.Document(GetJson),&lt;BR /&gt;#"Converted to Table" = Record.ToTable(FormatAsJson),&lt;BR /&gt;Value = #"Converted to Table"{0}[Value],&lt;BR /&gt;Incidents = Value[incidents],&lt;BR /&gt;Result = Table.FromRecords(Incidents),&lt;BR /&gt;#"Changed Type" = Table.TransformColumnTypes(Result,{{"creation_time", Int16.Type}})&lt;BR /&gt;in&lt;BR /&gt;#"Changed Type"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help in correcting my logic will be greatly appreciated&lt;/P&gt;</description>
      <pubDate>Thu, 03 Mar 2022 17:23:47 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cortex-xdr-endpoint-incident-api-limit-100-powerbi-query/m-p/470251#M1602</guid>
      <dc:creator>brownchris</dc:creator>
      <dc:date>2022-03-03T17:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: Cortex XDR - Endpoint/Incident API Limit (100) - PowerBI Query</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cortex-xdr-endpoint-incident-api-limit-100-powerbi-query/m-p/470379#M1604</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/197474"&gt;@brownchris&lt;/a&gt;&amp;nbsp;your analysis is correct. By default, the query returns 100 results. This is explained in the API description page.&lt;BR /&gt;&lt;A href="https://docs.paloaltonetworks.com/cortex/cortex-xdr/cortex-xdr-api/cortex-xdr-apis/incident-management/get-incidents.html" target="_blank"&gt;https://docs.paloaltonetworks.com/cortex/cortex-xdr/cortex-xdr-api/cortex-xdr-apis/incident-management/get-incidents.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bbarmanroy_0-1646357889134.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/39460i694C07458DE133D6/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="bbarmanroy_0-1646357889134.png" alt="bbarmanroy_0-1646357889134.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Now as we look further down the &lt;A href="https://docs.paloaltonetworks.com/cortex/cortex-xdr/cortex-xdr-api/cortex-xdr-apis/incident-management/get-incidents.html" target="_self"&gt;page&lt;/A&gt;, we notice the details of a successful response. It contains three fields:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;total number of results&lt;/LI&gt;&lt;LI&gt;the number of results returned in the response&lt;/LI&gt;&lt;LI&gt;the results itself (the count of results is the same as Step 2).&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bbarmanroy_1-1646358257711.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/39461iB74DEF293D888EAD/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="bbarmanroy_1-1646358257711.png" alt="bbarmanroy_1-1646358257711.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;Assuming you need to retrieve 160 incidents (i.e., more than 100), you'll need to make 2 calls at a minimum. The first call will retrieve the first 100 results, the next one will retrieve the remaining 60 results. This is how the response will look like:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;First call&lt;/U&gt;&lt;/STRONG&gt;&lt;BR /&gt;total_count = 160&lt;/P&gt;&lt;P&gt;result_count = 100&lt;/P&gt;&lt;P&gt;incidents = {[&lt;EM&gt;100 incidents&lt;/EM&gt;]}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Second call&lt;/U&gt;&lt;/STRONG&gt;&lt;BR /&gt;total_count = 160&lt;/P&gt;&lt;P&gt;result_count = 60&lt;/P&gt;&lt;P&gt;incidents = {[&lt;EM&gt;60 incidents&lt;/EM&gt;]}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The way to do that is by modifying the &lt;STRONG&gt;search_from&lt;/STRONG&gt; and &lt;STRONG&gt;search_to&lt;/STRONG&gt; fields in the &lt;STRONG&gt;request_data&lt;/STRONG&gt; parameter in successive calls. This will return the results corresponding to the offsets that you're requesting for.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bbarmanroy_5-1646359492595.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/39465i9C9F6F337ABAAFBA/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="bbarmanroy_5-1646359492595.png" alt="bbarmanroy_5-1646359492595.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;Here is an example for retrieving larger datasets using the &lt;EM&gt;get_endpoints&lt;/EM&gt; API. I have used Python as the scripting language, but you can use any language/script or querying tool that can make POST calls.&lt;/P&gt;&lt;P&gt;Here, you can see the &lt;STRONG&gt;total_count&lt;/STRONG&gt; value as 113, and the &lt;STRONG&gt;result_count&lt;/STRONG&gt; value as 12. The way I am able to retrieve those specific entries is by changing the values of the &lt;STRONG&gt;search_from&lt;/STRONG&gt; and &lt;STRONG&gt;search_to&lt;/STRONG&gt; fields. As this is an example, I have hard-coded the values. In your case, you should programmatically change the values of the two fields by incrementing the values accordingly using counters and loops.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bbarmanroy_4-1646359128641.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/39464i45A3070B40672DFD/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="bbarmanroy_4-1646359128641.png" alt="bbarmanroy_4-1646359128641.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let us know how it goes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Mar 2022 02:05:56 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cortex-xdr-endpoint-incident-api-limit-100-powerbi-query/m-p/470379#M1604</guid>
      <dc:creator>bbarmanroy</dc:creator>
      <dc:date>2022-03-04T02:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: Cortex XDR - Endpoint/Incident API Limit (100) - PowerBI Query</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cortex-xdr-endpoint-incident-api-limit-100-powerbi-query/m-p/471443#M1632</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/192661"&gt;@bbarmanroy&lt;/a&gt;, really appreciate your response.&amp;nbsp; The challenge I am finding PowerBI doesn't like when I declare the search parameters. I get a bad request error when I attempt to add the "search_from" &amp;amp; "search_to" parameters.&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="brownchris_0-1646763809616.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/39530i794015F1795DBD24/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="brownchris_0-1646763809616.png" alt="brownchris_0-1646763809616.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2022 18:24:00 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cortex-xdr-endpoint-incident-api-limit-100-powerbi-query/m-p/471443#M1632</guid>
      <dc:creator>brownchris</dc:creator>
      <dc:date>2022-03-08T18:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: Cortex XDR - Endpoint/Incident API Limit (100) - PowerBI Query</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cortex-xdr-endpoint-incident-api-limit-100-powerbi-query/m-p/471514#M1634</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/197474"&gt;@brownchris&lt;/a&gt;&amp;nbsp;I don't think I see the parameters in the 'body' variable that you have defined.&lt;BR /&gt;You might want to try wrap 'body' in 'Json.FromValue()' or check in PowerBI forums as this seems to be related to PowerBI and not Cortex XDR APIs.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2022 01:17:48 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cortex-xdr-endpoint-incident-api-limit-100-powerbi-query/m-p/471514#M1634</guid>
      <dc:creator>bbarmanroy</dc:creator>
      <dc:date>2022-03-09T01:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: Cortex XDR - Endpoint/Incident API Limit (100) - PowerBI Query</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cortex-xdr-endpoint-incident-api-limit-100-powerbi-query/m-p/505227#M2233</link>
      <description>&lt;P&gt;Hi Chris, Did you ever get this resolved?, I am also finding the same challenge. I have tried different combinations for the data search strings and it is not accepting on each.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2022 17:01:50 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cortex-xdr-endpoint-incident-api-limit-100-powerbi-query/m-p/505227#M2233</guid>
      <dc:creator>MichaelEdwards2</dc:creator>
      <dc:date>2022-06-21T17:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: Cortex XDR - Endpoint/Incident API Limit (100) - PowerBI Query</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cortex-xdr-endpoint-incident-api-limit-100-powerbi-query/m-p/505228#M2234</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/222531"&gt;@MichaelEdwards2&lt;/a&gt;&amp;nbsp; - can you paste the request that are you executing against the API? also what are the errors that are you getting? may I also ask if you have tried these requests with curl and see if they're working before implementing them in PowerBI?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2022 17:14:02 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cortex-xdr-endpoint-incident-api-limit-100-powerbi-query/m-p/505228#M2234</guid>
      <dc:creator>SilviuMihailDascalu</dc:creator>
      <dc:date>2022-06-21T17:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: Cortex XDR - Endpoint/Incident API Limit (100) - PowerBI Query</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cortex-xdr-endpoint-incident-api-limit-100-powerbi-query/m-p/505229#M2235</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/222531"&gt;@MichaelEdwards2&lt;/a&gt;&amp;nbsp;I did get it to work for endpoints, in my code I used the&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;U&gt;&lt;EM&gt;/get_endpoint&lt;/EM&gt;&lt;/U&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;that returned the maximum result set size is 100. So I used&amp;nbsp;&lt;STRONG&gt;&lt;U&gt;&lt;EM&gt;/get_endpoints&amp;nbsp;&amp;nbsp;&lt;/EM&gt;&lt;/U&gt;&lt;/STRONG&gt;instead. Try that and let me know.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I do ran into another problem however, the date fields are coming over as a date, and converting them leads to an error.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2022 17:15:44 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cortex-xdr-endpoint-incident-api-limit-100-powerbi-query/m-p/505229#M2235</guid>
      <dc:creator>brownchris</dc:creator>
      <dc:date>2022-06-21T17:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: Cortex XDR - Endpoint/Incident API Limit (100) - PowerBI Query</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cortex-xdr-endpoint-incident-api-limit-100-powerbi-query/m-p/505233#M2236</link>
      <description>&lt;P&gt;I dont get any error with the below, it just does not limit the results (.i.e get 100 results, instead of 10)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;let&lt;BR /&gt;body = "{ ""request_data"": {}}",&lt;BR /&gt;GetJson =Web.Contents("&lt;A href="https://api-mycompany.xdr.eu.paloaltonetworks.com/public_api/v1/incidents/get_incidents/" target="_blank"&gt;https://api-mycompany.xdr.eu.paloaltonetworks.com/public_api/v1/incidents/get_incidents/&lt;/A&gt;",&lt;BR /&gt;[&lt;BR /&gt;Query = [&lt;BR /&gt;search_from = "0",&lt;BR /&gt;search_to = "10"&lt;BR /&gt;],&lt;BR /&gt;Headers=[#"Content-Type"="application/json",&lt;BR /&gt;#"x-xdr-auth-id"="34",&lt;BR /&gt;Authorization="My secret Key"&lt;BR /&gt;],&lt;BR /&gt;Content = Text.ToBinary(body)&lt;BR /&gt;]&lt;BR /&gt;),&lt;BR /&gt;FormatAsJson = Json.Document(GetJson),&lt;BR /&gt;#"Converted to Table" = Record.ToTable(FormatAsJson),&lt;BR /&gt;Value = #"Converted to Table"{0}[Value],&lt;BR /&gt;Incidents = Value[incidents],&lt;BR /&gt;Result = Table.FromRecords(Incidents),&lt;BR /&gt;#"Changed Type" = Table.TransformColumnTypes(Result,{{"creation_time", Int16.Type}})&lt;BR /&gt;in&lt;BR /&gt;#"Changed Type"&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2022 17:21:44 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cortex-xdr-endpoint-incident-api-limit-100-powerbi-query/m-p/505233#M2236</guid>
      <dc:creator>MichaelEdwards2</dc:creator>
      <dc:date>2022-06-21T17:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: Cortex XDR - Endpoint/Incident API Limit (100) - PowerBI Query</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cortex-xdr-endpoint-incident-api-limit-100-powerbi-query/m-p/505236#M2237</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/222531"&gt;@MichaelEdwards2&lt;/a&gt;&amp;nbsp; - can you make sure you add the both properties search_from and search_to into the body variable? These two properties should be part of the request_data element.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Change&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;body = "{ ""request_data"": {}}",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;to&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;body = {"request_data": {"search_from":0,"search_to":10}}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try this and let me know if it works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2022 17:39:41 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cortex-xdr-endpoint-incident-api-limit-100-powerbi-query/m-p/505236#M2237</guid>
      <dc:creator>SilviuMihailDascalu</dc:creator>
      <dc:date>2022-06-21T17:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: Cortex XDR - Endpoint/Incident API Limit (100) - PowerBI Query</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cortex-xdr-endpoint-incident-api-limit-100-powerbi-query/m-p/505241#M2238</link>
      <description>&lt;P&gt;Hi Chris, The "get_endpoints" api is only related to endpoint data like OS, version etc and not really what Im after. I need to create a monthly report for incidents and the "Get_incidents" api seems to be the logical one to use. When you say you had issues with the dates, do you mean the epoch format ?I&lt;/P&gt;&lt;P&gt;I used the below query to resolve this if this helps ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#"Added Custom" = Table.AddColumn(#"Extracted Values2", "Unix Epoch Time", each #datetime(1970, 1, 1, 0, 0, 0) + #duration(0, +1, 0, [Column1.last_seen]/1000)),&lt;BR /&gt;#"Renamed Columns" = Table.RenameColumns(#"Added Custom",{{"Unix Epoch Time", "Last_Seem_UK_Time"}}),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2022 18:59:22 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cortex-xdr-endpoint-incident-api-limit-100-powerbi-query/m-p/505241#M2238</guid>
      <dc:creator>MichaelEdwards2</dc:creator>
      <dc:date>2022-06-21T18:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: Cortex XDR - Endpoint/Incident API Limit (100) - PowerBI Query</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cortex-xdr-endpoint-incident-api-limit-100-powerbi-query/m-p/505243#M2240</link>
      <description>&lt;P&gt;Thanks for the response, unfortuntly I get the below response. I did try changing the ":" to a "=", but it did not work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Expression.SyntaxError: Token Comma expected.&lt;/P&gt;&lt;P&gt;0001:= let&lt;BR /&gt;0002:body = {"request_data": {"search_from":0,"search_to":10}}&lt;/P&gt;&lt;P&gt;-----&amp;gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ^&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2022 19:02:59 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cortex-xdr-endpoint-incident-api-limit-100-powerbi-query/m-p/505243#M2240</guid>
      <dc:creator>MichaelEdwards2</dc:creator>
      <dc:date>2022-06-21T19:02:59Z</dc:date>
    </item>
    <item>
      <title>Re: Cortex XDR - Endpoint/Incident API Limit (100) - PowerBI Query</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cortex-xdr-endpoint-incident-api-limit-100-powerbi-query/m-p/507466#M2309</link>
      <description>&lt;P&gt;Yes this function worked for the time.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For the Incidents the reply should be returning a list to get all values, but instead it is returning a record and I am not able to find a way around that as yet.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you get it to work?&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jun 2022 16:07:52 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cortex-xdr-endpoint-incident-api-limit-100-powerbi-query/m-p/507466#M2309</guid>
      <dc:creator>brownchris</dc:creator>
      <dc:date>2022-06-30T16:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: Cortex XDR - Endpoint/Incident API Limit (100) - PowerBI Query</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cortex-xdr-endpoint-incident-api-limit-100-powerbi-query/m-p/507472#M2310</link>
      <description>&lt;P&gt;Yes, this fixed the time for me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For the incidents call, the reply is returning a record and to get all incidents it should be a list and I haven't found a way to do that as yet.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you had any success?&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jun 2022 16:39:34 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cortex-xdr-endpoint-incident-api-limit-100-powerbi-query/m-p/507472#M2310</guid>
      <dc:creator>brownchris</dc:creator>
      <dc:date>2022-06-30T16:39:34Z</dc:date>
    </item>
  </channel>
</rss>

