API Reference
Stream a full explorer widget export on a shared dashboard
/api/public/dashboards/{token}/widgets/{widgetId}/export
Mirror of POST /api/dashboards/{id}/widgets/{widgetId}/export, limited to widgets on public pages. Streams CSV/JSON/NDJSON with no buffering.
Operation IDexportPublicDashboardWidget
Authentication
No authentication is required.
Path parameters
tokenstringrequiredwidgetIdstringrequiredRequest body
Content typeapplication/json
requestobject3 properties
explorer_paramsobjectViewer-supplied refinements for an explorer widget. Merged into the author's base_query — base filter keys always win, and when the widget declares columns they act as an allowlist for filters/sort/columns.
6 properties
filtersarray<object>Array items
itemobject3 properties
fieldstringrequiredoperatorstringrequiredvalueunknownsortarray<object>Array items
itemobject2 properties
columnstringdirectionstringpageintegerlimitintegercolumnsarray<string>Array items
itemstringcursorstringformatstringfilenamestringSuccess response body
200Streamed file download. Gzip when Accept-Encoding includes gzip.
Streamed file download. Gzip when Accept-Encoding includes gzip.
Content typetext/csv
No schema is documented.
Content typeapplication/x-ndjson
No schema is documented.
Error responses
400Validation error
Validation error
Content typeapplication/json
responseobject2 properties
errorstringmessagestringExample response
{
"error": "VALIDATION_ERROR",
"message": "Invalid input"
}404Resource not found
Resource not found
Content typeapplication/json
responseobject2 properties
errorstringmessagestringExample response
{
"error": "NOT_FOUND",
"message": "Resource not found"
}503Public dashboards disabled
Public dashboards disabled
No response content schema is documented.