<?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: Report ID in Other Usage</title>
    <link>https://community.splunk.com/t5/Other-Usage/How-would-I-get-report-ID-or-ID-for-the-saved-schedule-search/m-p/644831#M576</link>
    <description>&lt;P&gt;Saved searches ids are in the following format:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;owner:app:title&lt;/LI-CODE&gt;&lt;P&gt;You can load the results with&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| loadjob savedsearch="owner:app:title"&lt;/LI-CODE&gt;</description>
    <pubDate>Sun, 28 May 2023 07:30:49 GMT</pubDate>
    <dc:creator>ITWhisperer</dc:creator>
    <dc:date>2023-05-28T07:30:49Z</dc:date>
    <item>
      <title>How would I get report ID or ID for the saved/schedule search?</title>
      <link>https://community.splunk.com/t5/Other-Usage/How-would-I-get-report-ID-or-ID-for-the-saved-schedule-search/m-p/644827#M575</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;How would I get report ID or ID for the saved/schedule search? Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2023 03:35:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Other-Usage/How-would-I-get-report-ID-or-ID-for-the-saved-schedule-search/m-p/644827#M575</guid>
      <dc:creator>SplunkDash</dc:creator>
      <dc:date>2023-05-30T03:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: Report ID</title>
      <link>https://community.splunk.com/t5/Other-Usage/How-would-I-get-report-ID-or-ID-for-the-saved-schedule-search/m-p/644831#M576</link>
      <description>&lt;P&gt;Saved searches ids are in the following format:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;owner:app:title&lt;/LI-CODE&gt;&lt;P&gt;You can load the results with&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| loadjob savedsearch="owner:app:title"&lt;/LI-CODE&gt;</description>
      <pubDate>Sun, 28 May 2023 07:30:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Other-Usage/How-would-I-get-report-ID-or-ID-for-the-saved-schedule-search/m-p/644831#M576</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-05-28T07:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: Report ID</title>
      <link>https://community.splunk.com/t5/Other-Usage/How-would-I-get-report-ID-or-ID-for-the-saved-schedule-search/m-p/644842#M577</link>
      <description>&lt;P&gt;If/when you are running this on SHC, you should remember this:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN&gt;A search head cluster can run the &lt;/SPAN&gt;loadjob&lt;SPAN&gt; command only on scheduled saved searches. A search head cluster runs searches on results or artifacts that the search head cluster replicates.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
      <pubDate>Sun, 28 May 2023 13:49:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Other-Usage/How-would-I-get-report-ID-or-ID-for-the-saved-schedule-search/m-p/644842#M577</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2023-05-28T13:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: Report ID</title>
      <link>https://community.splunk.com/t5/Other-Usage/How-would-I-get-report-ID-or-ID-for-the-saved-schedule-search/m-p/644844#M578</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Thank you so much for your quick response, truly appreciate it.&lt;/P&gt;&lt;P&gt;The main objective here is to export this report result to third party server using API. My plan is to pull the report results and store it in one of our servers using API and send that result from there to third party server using another API call. Do you have any recommendations how I can proceed or can make API call to get/pull that report&amp;nbsp; to our server?&lt;/P&gt;</description>
      <pubDate>Sun, 28 May 2023 14:07:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Other-Usage/How-would-I-get-report-ID-or-ID-for-the-saved-schedule-search/m-p/644844#M578</guid>
      <dc:creator>SplunkDash</dc:creator>
      <dc:date>2023-05-28T14:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: Report ID</title>
      <link>https://community.splunk.com/t5/Other-Usage/How-would-I-get-report-ID-or-ID-for-the-saved-schedule-search/m-p/644845#M579</link>
      <description>&lt;P&gt;Probably calling this search via REST API is the easiest way to get report from splunk to your another server/service. You could read from &lt;A href="https://docs.splunk.com/Documentation/Splunk/9.0.4/RESTTUT/RESTsearches" target="_self"&gt;here&lt;/A&gt; how it can do.&lt;/P&gt;&lt;P&gt;Based on your security requirements, it's best to create a separate service user just for this with as restricted access right as possible.&lt;/P&gt;</description>
      <pubDate>Sun, 28 May 2023 14:17:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Other-Usage/How-would-I-get-report-ID-or-ID-for-the-saved-schedule-search/m-p/644845#M579</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2023-05-28T14:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: Report ID</title>
      <link>https://community.splunk.com/t5/Other-Usage/How-would-I-get-report-ID-or-ID-for-the-saved-schedule-search/m-p/644847#M580</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/214410"&gt;@isoutamo&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Thank you so much again:&lt;/P&gt;&lt;P&gt;if this is the link I need use&lt;/P&gt;&lt;PRE&gt;https://&amp;lt;host&amp;gt;:&amp;lt;mPort&amp;gt;/services/search/jobs/{search_id}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;What is the &lt;STRONG&gt;{search_id}&lt;/STRONG&gt;&amp;nbsp;, and how I can get that?&lt;/P&gt;</description>
      <pubDate>Sun, 28 May 2023 14:32:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Other-Usage/How-would-I-get-report-ID-or-ID-for-the-saved-schedule-search/m-p/644847#M580</guid>
      <dc:creator>SplunkDash</dc:creator>
      <dc:date>2023-05-28T14:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: Report ID</title>
      <link>https://community.splunk.com/t5/Other-Usage/How-would-I-get-report-ID-or-ID-for-the-saved-schedule-search/m-p/644850#M581</link>
      <description>&lt;P&gt;Here is some old answers and other examples/instructions how to use it&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://community.splunk.com/t5/Getting-Data-In/REST-API-endpoints-for-saved-searches/m-p/355507" target="_blank"&gt;https://community.splunk.com/t5/Getting-Data-In/REST-API-endpoints-for-saved-searches/m-p/355507&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/RESTREF/RESTsearch#saved.2Fsearches" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/latest/RESTREF/RESTsearch#saved.2Fsearches&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://community.splunk.com/t5/Splunk-Search/How-to-execute-a-saved-search-using-Splunk-s-REST-API/m-p/358699" target="_blank"&gt;https://community.splunk.com/t5/Splunk-Search/How-to-execute-a-saved-search-using-Splunk-s-REST-API/m-p/358699&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://dev.splunk.com/enterprise/docs/devtools/python/sdk-python/howtousesplunkpython/howtowork/#To-view-and-modify-the-properties-of-a-saved-search" target="_blank"&gt;https://dev.splunk.com/enterprise/docs/devtools/python/sdk-python/howtousesplunkpython/howtowork/#To-view-and-modify-the-properties-of-a-saved-search&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://community.splunk.com/t5/Reporting/How-to-start-a-saved-search-using-REST-API/m-p/88026" target="_blank"&gt;https://community.splunk.com/t5/Reporting/How-to-start-a-saved-search-using-REST-API/m-p/88026&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://hurricanelabs.com/splunk-tutorials/splunk-searching-with-rest-api/" target="_blank"&gt;https://hurricanelabs.com/splunk-tutorials/splunk-searching-with-rest-api/&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://stackoverflow.com/questions/70541196/http-get-method-for-splunk-saved-search-using-access-token" target="_blank"&gt;https://stackoverflow.com/questions/70541196/http-get-method-for-splunk-saved-search-using-access-token&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Sun, 28 May 2023 15:54:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Other-Usage/How-would-I-get-report-ID-or-ID-for-the-saved-schedule-search/m-p/644850#M581</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2023-05-28T15:54:51Z</dc:date>
    </item>
  </channel>
</rss>

