<?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 CSAM Reports - 500 ERROR in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/CSAM-Reports-500-ERROR/m-p/710489#M117348</link>
    <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;I am wondering if anyone has run into an issue where they receive a "500 error" on some large reports (small reports work fine)? The only feedback I got from the cSAM admin was to add a time out value in Microsoft&amp;nbsp;PowerQuery, doesn't quite seem to relate to CURL though.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;    personal_access_token = "MyRealToken",
    request_timeout_in_minutes = 10, // Specify your timeout value here
    data = Table.FromRecords(
        Json.Document(
            Web.Contents(
                csam_api_endpoint_url,
                    [
                        Headers = 
                        [
                            #"Authorization"="Bearer " &amp;amp; personal_access_token,
                            #"Content-Type" = "application/json"
                        ],
                        Timeout = #duration(0, 0, request_timeout_in_minutes, 0)
                    ]
                )
            )
        )
in
    data&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 03 Feb 2025 15:05:54 GMT</pubDate>
    <dc:creator>_joe</dc:creator>
    <dc:date>2025-02-03T15:05:54Z</dc:date>
    <item>
      <title>CSAM Reports - 500 ERROR</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/CSAM-Reports-500-ERROR/m-p/710489#M117348</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;I am wondering if anyone has run into an issue where they receive a "500 error" on some large reports (small reports work fine)? The only feedback I got from the cSAM admin was to add a time out value in Microsoft&amp;nbsp;PowerQuery, doesn't quite seem to relate to CURL though.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;    personal_access_token = "MyRealToken",
    request_timeout_in_minutes = 10, // Specify your timeout value here
    data = Table.FromRecords(
        Json.Document(
            Web.Contents(
                csam_api_endpoint_url,
                    [
                        Headers = 
                        [
                            #"Authorization"="Bearer " &amp;amp; personal_access_token,
                            #"Content-Type" = "application/json"
                        ],
                        Timeout = #duration(0, 0, request_timeout_in_minutes, 0)
                    ]
                )
            )
        )
in
    data&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2025 15:05:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/CSAM-Reports-500-ERROR/m-p/710489#M117348</guid>
      <dc:creator>_joe</dc:creator>
      <dc:date>2025-02-03T15:05:54Z</dc:date>
    </item>
  </channel>
</rss>

