GET
/
v1
/
services
/
{id}
/
uptime_chart
curl --request GET \
  --url https://api.rootly.com/v1/services/{id}/uptime_chart \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "2025-06-19": 100,
    "2025-06-20": 100,
    "2025-06-21": 100,
    "2025-06-22": 100,
    "2025-06-23": 100,
    "2025-06-24": 100,
    "2025-06-25": 100,
    "2025-06-26": 100,
    "2025-06-27": 100,
    "2025-06-28": 100,
    "2025-06-29": 100,
    "2025-06-30": 100,
    "2025-07-01": 50,
    "2025-07-02": 0,
    "2025-07-03": 100,
    "2025-07-04": 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.