<?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 Help with retrieving list of XSOAR items in Cortex XSOAR Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/help-with-retrieving-list-of-xsoar-items/m-p/1218805#M3879</link>
    <description>&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am looking to build an inventory list of everything we have within XSOAR, such as:&lt;BR /&gt;All playbooks, dashboards, integrations regardless of whether or not we use them.&lt;/P&gt;
&lt;P&gt;Extra points if we also know the author of each item, and / or the last person that modified the item.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I know that we can check the web console but it would be great if we can generate a list to get the above information. Thanks in advance!&lt;/P&gt;</description>
    <pubDate>Fri, 31 Jan 2025 04:55:33 GMT</pubDate>
    <dc:creator>weijielim</dc:creator>
    <dc:date>2025-01-31T04:55:33Z</dc:date>
    <item>
      <title>Help with retrieving list of XSOAR items</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/help-with-retrieving-list-of-xsoar-items/m-p/1218805#M3879</link>
      <description>&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am looking to build an inventory list of everything we have within XSOAR, such as:&lt;BR /&gt;All playbooks, dashboards, integrations regardless of whether or not we use them.&lt;/P&gt;
&lt;P&gt;Extra points if we also know the author of each item, and / or the last person that modified the item.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I know that we can check the web console but it would be great if we can generate a list to get the above information. Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2025 04:55:33 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/help-with-retrieving-list-of-xsoar-items/m-p/1218805#M3879</guid>
      <dc:creator>weijielim</dc:creator>
      <dc:date>2025-01-31T04:55:33Z</dc:date>
    </item>
    <item>
      <title>Re: Help with retrieving list of XSOAR items</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/help-with-retrieving-list-of-xsoar-items/m-p/1219637#M3887</link>
      <description>&lt;P&gt;API can do some.&lt;BR /&gt;For the content pack items:&amp;nbsp;&lt;A href="https://cortex-panw.stoplight.io/docs/cortex-xsoar-8/9ac1vvpehxcsh-get-metadata-for-all-installed-content-packs" target="_blank" rel="noopener"&gt;https://cortex-panw.stoplight.io/docs/cortex-xsoar-8/9ac1vvpehxcsh-get-metadata-for-all-installed-content-packs&lt;/A&gt;&lt;BR /&gt;Dashboards: &lt;A href="https://cortex-panw.stoplight.io/docs/cortex-xsoar-8/52h3p82roa90h-get-all-dashboards-details" target="_blank" rel="noopener"&gt;https://cortex-panw.stoplight.io/docs/cortex-xsoar-8/52h3p82roa90h-get-all-dashboards-details&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;etc.(Please check all endpoints):&amp;nbsp;&lt;A href="https://cortex-panw.stoplight.io/docs/cortex-xsoar-8/sj83ddzz60ukq-get-all-incident-fields-in-the-tenant" target="_blank" rel="noopener"&gt;https://cortex-panw.stoplight.io/docs/cortex-xsoar-8/sj83ddzz60ukq-get-all-incident-fields-in-the-tenant&lt;/A&gt;&lt;BR /&gt;note: Export content function in the About &amp;gt; Troubleshooting page is also useful to export all "custom content". Then, you can programmatically find/sort them, but it doesn't cover OOTB objects.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;BR /&gt;But your use case seems to be more on the content objects side. Are you using Remote Repositories? &amp;gt;&amp;nbsp;&lt;A href="https://docs-cortex.paloaltonetworks.com/r/Cortex-XSOAR/8.8/Cortex-XSOAR-On-prem-Documentation/Push-content-from-a-development-tenant" target="_blank" rel="noopener"&gt;https://docs-cortex.paloaltonetworks.com/r/Cortex-XSOAR/8.8/Cortex-XSOAR-On-prem-Documentation/Push-content-from-a-development-tenant&lt;/A&gt;&lt;BR /&gt;There(in the private repo), you can see all your OOTB + custom content in the repository. If you are already using the DEV to PROD, you can track the changes and implement an advanced change control flow, too.&lt;BR /&gt;Owner info, however, is not supported; for CRUD actions you can check the management audit logs. Or a bit above Remote Repos approach, a CI/CD-based implementation would help you achieve all ownership, code tracking on push/pull, artifactory,etc. (But needless to say, it's not OOTB flow, a complete custom implementation path:&amp;nbsp;&lt;A href="https://xsoar.pan.dev/docs/reference/packs/content-management" target="_blank" rel="noopener"&gt;https://xsoar.pan.dev/docs/reference/packs/content-management&lt;/A&gt;)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2025 15:51:55 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/help-with-retrieving-list-of-xsoar-items/m-p/1219637#M3887</guid>
      <dc:creator>ctopay</dc:creator>
      <dc:date>2025-02-06T15:51:55Z</dc:date>
    </item>
  </channel>
</rss>

