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-05-15": 100,
    "2025-05-16": 100,
    "2025-05-17": 100,
    "2025-05-18": 100,
    "2025-05-19": 100,
    "2025-05-20": 100,
    "2025-05-21": 100,
    "2025-05-22": 100,
    "2025-05-23": 100,
    "2025-05-24": 100,
    "2025-05-25": 100,
    "2025-05-26": 100,
    "2025-05-27": 50,
    "2025-05-28": 0,
    "2025-05-29": 100,
    "2025-05-30": 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.