Skip to main content
GET
/
v1
/
dashboard
/
chart-series
Get Chart Series
curl --request GET \
  --url https://api.example.com/v1/dashboard/chart-series \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

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

Query Parameters

metrics
string
required

Comma-separated metric names

window
string
default:30d
bucket
string
default:day

Response

Successful Response

The response is of type Response Get Chart Series V1 Dashboard Chart Series Get · object.