Skip to main content
GET
/
v1
/
functionalities
/
{id}
/
uptime_chart
Get functionality uptime chart
curl --request GET \
  --url https://api.rootly.com/v1/functionalities/{id}/uptime_chart \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "2025-12-20": 100,
    "2025-12-21": 100,
    "2025-12-22": 100,
    "2025-12-23": 100,
    "2025-12-24": 100,
    "2025-12-25": 100,
    "2025-12-26": 100,
    "2025-12-27": 100,
    "2025-12-28": 100,
    "2025-12-29": 100,
    "2025-12-30": 100,
    "2025-12-31": 100,
    "2026-01-01": 50,
    "2026-01-02": 0,
    "2026-01-03": 100,
    "2026-01-04": 100
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
required

Resource UUID

Query Parameters

period
string

Response

success

The response is of type object.