Download a completed dashboard Excel export
GET/api/v1/dashboard/export_xlsx/download/:job_id/
Intentionally requires no login: the unguessable job_id, emailed only to the original requester (or handed to their own session via export_xlsx_status), is the credential. The dashboard access check already ran once, when the export was requested -- see security_manager.raise_for_access in export_xlsx. The file streams through Superset with the deployment's own storage credentials instead of redirecting to a signed storage URL, so it works for ambient identities that cannot sign (e.g. workload identity federation) and never mints a bearer URL Superset cannot observe or revoke.
Request
Responses
- 200
- 410
- 501
The .xlsx file as an attachment
The link is unknown, expired, or the export failed
Excel export is not configured on this server