Export dashboard panel CSV
Grafana Dashboards
Export dashboard panel CSV
Exports a single Grafana dashboard panel as CSV for reporting, audit, or billing workflows.
POST
Export dashboard panel CSV
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The Grafana dashboard UID.
Example:
"router_system_metrics"
The numeric Grafana panel ID.
Example:
12
Response
CSV panel export.
The response is of type string.
Example:
"Time,Value\n2026-04-20T00:00:00Z,42"