Skip to main content
POST
Query a dashboard

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"

Body

application/json
from
string
Example:

"now-6h"

to
string
Example:

"now"

interval
string
Example:

"10m"

maxDataPoints
integer
Example:

1500

variables
object
Example:
panels
integer[]
Example:

Response

Dashboard query results.

dashboard
object
time_range
object
interval
string
Example:

"10m"

variables
object
results
object[]