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-06-04": 100,
    "2025-06-05": 100,
    "2025-06-06": 100,
    "2025-06-07": 100,
    "2025-06-08": 100,
    "2025-06-09": 100,
    "2025-06-10": 100,
    "2025-06-11": 100,
    "2025-06-12": 100,
    "2025-06-13": 100,
    "2025-06-14": 100,
    "2025-06-15": 100,
    "2025-06-16": 50,
    "2025-06-17": 0,
    "2025-06-18": 100,
    "2025-06-19": 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.