Get widget data (JSON)

Returns dashboard widget data as JSON for programmatic access and real-time integrations.

Returns dashboard widget data as JSON for programmatic access. Only supports chart widgets (barChart, pieChart, line). Not available for pivotTable or pivotNumbers - use export endpoint instead.

Supported Widget Types

  • barChart - Vertical or horizontal bar charts
  • pieChart - Pie or doughnut charts
  • line - Line graph visualizations

NOT Supported

  • pivotTable - Use /export endpoint instead
  • pivotNumbers - Use /export endpoint instead

Important Notes

  • Returns live data directly as JSON (not a download URL)
  • Dashboard-level filters apply unless ignoreContainerFilter is set to true on the widget
  • Deleted widgets (with deleted: true) cannot be queried
  • Response format is optimized for programmatic consumption and charting libraries
Language
Credentials
Click Try It! to start a request and see the response here!