get
https://app.hive.com/api/v2/dashboard-widgets//export
Returns a temporary download URL for a CSV export of a dashboard widget's data.
Supported widget types: barChart, pieChart, line, numbers, and pivotNumbers.
pivotTable widgets are not supported by this endpoint.
The type parameter controls the level of detail:
defaultreturns the standard data visible in the widget.detailedincludes additional metadata, calculated fields, and custom field values.
The response contains a fileUrl with a signed download link (expires after 24 hours) and a metadata object describing the export.
Large dataset exports may take up to 15 minutes. If the request exceeds the server timeout, a 504 status is returned.
