Better Stack

telemetry_export_dashboard_tool

Export a dashboard configuration as JSON. Returns the complete dashboard data structure including charts, sections, presets, and settings

Remote betterstack

Other tools also called telemetry_export_dashboard_tool? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "description": "The ID of the dashboard or dashboard template to export"
    }
  }
}