Skip to main content
GET
/
dashboard
/
availability-trends
Get availability trends
curl --request GET \
  --url https://api.example.com/dashboard/availability-trends \
  --header 'Authorization: Bearer <token>'
[
  "<unknown>"
]

Authorizations

Authorization
string
header
required

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

Query Parameters

projectId
string

Response

200 - application/json

Returns availability trends over time.