get
https://app.hive.com/api/v2/dashboard-widgets//export
Exports dashboard widget data as CSV files into a downloadable S3 link.
Exports dashboard widget data as CSV files. Supports all widget types including bar charts, pie charts, line graphs, pivot tables, and pivot numbers. Large datasets may take up to 15 minutes to process.
Supported Widget Types
- barChart - Vertical or horizontal bar charts
- pieChart - Pie or doughnut charts
- line - Line graph visualizations
- pivotTable - Tabular pivot data
- pivotNumbers - Multi-value numeric displays with breakdowns
Export Types
default - Standard data export with primary dimensions and metrics
detailed - Extended export including additional metadata, calculated fields, and custom field values
Important Notes
- Export URLs are temporary and expire after 24 hours
- Dashboard-level filters apply unless
ignoreContainerFilteris set to true on the widget - Widget-level filters from
actionViewIdalways apply - Deleted widgets (with
deleted: true) cannot be exported - Response returns a download URL, not the CSV data directly
