Get widget export (CSV)

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:

  • default returns the standard data visible in the widget.
  • detailed includes 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.

Language
Credentials
Response
Click Try It! to start a request and see the response here!