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