GET
/
v1
/
functionalities
/
{id}
/
uptime_chart
curl --request GET \
  --url https://api.rootly.com/v1/functionalities/{id}/uptime_chart \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "2025-03-08": 100,
    "2025-03-09": 100,
    "2025-03-10": 100,
    "2025-03-11": 100,
    "2025-03-12": 100,
    "2025-03-13": 100,
    "2025-03-14": 100,
    "2025-03-15": 100,
    "2025-03-16": 100,
    "2025-03-17": 100,
    "2025-03-18": 100,
    "2025-03-19": 100,
    "2025-03-20": 50,
    "2025-03-21": 0,
    "2025-03-22": 100,
    "2025-03-23": 100
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Query Parameters

period
string

Response

200
application/vnd.api+json
success

The response is of type object.