Skip to main content
POST
Export dashboard panel CSV

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

dashboardUid
string
required

The Grafana dashboard UID.

Example:

"router_system_metrics"

panelId
integer
required

The numeric Grafana panel ID.

Example:

12

Body

application/json
from
string
Example:

"now-7d"

to
string
Example:

"now"

variables
object

Response

CSV panel export.

The response is of type string.

Example:

"Time,Value\n2026-04-20T00:00:00Z,42"