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-04-23": 100,
    "2025-04-24": 100,
    "2025-04-25": 100,
    "2025-04-26": 100,
    "2025-04-27": 100,
    "2025-04-28": 100,
    "2025-04-29": 100,
    "2025-04-30": 100,
    "2025-05-01": 100,
    "2025-05-02": 100,
    "2025-05-03": 100,
    "2025-05-04": 100,
    "2025-05-05": 50,
    "2025-05-06": 0,
    "2025-05-07": 100,
    "2025-05-08": 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.