<?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 How to export all dashboard and workflow JSON definitions from Dynatrace SaaS? in Dashboarding</title>
    <link>https://community.dynatrace.com/t5/Dashboarding/How-to-export-all-dashboard-and-workflow-JSON-definitions-from/m-p/293551#M5641</link>
    <description>&lt;P&gt;I’m using Dynatrace SaaS and I’d like to export the JSON definitions of all dashboards and workflows from my environment.&lt;/P&gt;&lt;P&gt;I know it’s possible to download the JSON manually, one dashboard or workflow at a time from the UI, but that doesn’t scale. My goal is to automate searches across all configurations.&lt;/P&gt;&lt;P&gt;For example, I need to identify:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;All dashboards that reference a specific Grail/logs index&lt;/LI&gt;&lt;LI&gt;All workflows that contain queries using that index&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Is there an API-based or automated way to:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Export all dashboard JSON definitions&lt;/LI&gt;&lt;LI&gt;Export all workflow JSON definitions&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;...so they can be searched programmatically?&lt;/P&gt;&lt;P&gt;Any guidance, API endpoints, or best practices would be appreciated.&lt;/P&gt;</description>
    <pubDate>Fri, 23 Jan 2026 09:36:15 GMT</pubDate>
    <dc:creator>zezinando</dc:creator>
    <dc:date>2026-01-23T09:36:15Z</dc:date>
    <item>
      <title>How to export all dashboard and workflow JSON definitions from Dynatrace SaaS?</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/How-to-export-all-dashboard-and-workflow-JSON-definitions-from/m-p/293551#M5641</link>
      <description>&lt;P&gt;I’m using Dynatrace SaaS and I’d like to export the JSON definitions of all dashboards and workflows from my environment.&lt;/P&gt;&lt;P&gt;I know it’s possible to download the JSON manually, one dashboard or workflow at a time from the UI, but that doesn’t scale. My goal is to automate searches across all configurations.&lt;/P&gt;&lt;P&gt;For example, I need to identify:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;All dashboards that reference a specific Grail/logs index&lt;/LI&gt;&lt;LI&gt;All workflows that contain queries using that index&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Is there an API-based or automated way to:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Export all dashboard JSON definitions&lt;/LI&gt;&lt;LI&gt;Export all workflow JSON definitions&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;...so they can be searched programmatically?&lt;/P&gt;&lt;P&gt;Any guidance, API endpoints, or best practices would be appreciated.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jan 2026 09:36:15 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/How-to-export-all-dashboard-and-workflow-JSON-definitions-from/m-p/293551#M5641</guid>
      <dc:creator>zezinando</dc:creator>
      <dc:date>2026-01-23T09:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to export all dashboard and workflow JSON definitions from Dynatrace SaaS?</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/How-to-export-all-dashboard-and-workflow-JSON-definitions-from/m-p/293553#M5642</link>
      <description>&lt;P&gt;I have not done downloads but you yan use the dynatrace platform&amp;nbsp; document API&amp;nbsp; to do this&lt;/P&gt;&lt;P&gt;I have used this to rename, copy, take ownership or make documents public&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.dynatrace.com/develop/sdks/client-document/" target="_blank"&gt;https://developer.dynatrace.com/develop/sdks/client-document/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jan 2026 09:53:55 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/How-to-export-all-dashboard-and-workflow-JSON-definitions-from/m-p/293553#M5642</guid>
      <dc:creator>wouterdt</dc:creator>
      <dc:date>2026-01-23T09:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to export all dashboard and workflow JSON definitions from Dynatrace SaaS?</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/How-to-export-all-dashboard-and-workflow-JSON-definitions-from/m-p/293556#M5643</link>
      <description>&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":united_kingdom:"&gt;🇬🇧&lt;/span&gt; English&lt;/P&gt;&lt;P&gt;While exporting dashboards and workflows via Dynatrace APIs is technically possible, it doesn’t scale well for full-environment analysis.&lt;BR /&gt;Best practice is to use Dynatrace Monaco (or Terraform if already in use) to export all dashboards and workflows as code (JSON/YAML), store them in Git, and easily search for Grail/log indexes, DQL queries, or other references across all configurations.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.dynatrace.com/docs/deliver/configuration-as-code/monaco" target="_blank"&gt;https://docs.dynatrace.com/docs/deliver/configuration-as-code/monaco&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://registry.terraform.io/providers/dynatrace-oss/dynatrace/latest" target="_blank"&gt;https://registry.terraform.io/providers/dynatrace-oss/dynatrace/latest&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jan 2026 11:38:54 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/How-to-export-all-dashboard-and-workflow-JSON-definitions-from/m-p/293556#M5643</guid>
      <dc:creator>t_pawlak</dc:creator>
      <dc:date>2026-01-23T11:38:54Z</dc:date>
    </item>
  </channel>
</rss>

