Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Resource UUID
Query Parameters
Response
success
The response is of type object.
Get service uptime chart
curl --request GET \
--url https://api.rootly.com/v1/services/{id}/uptime_chart \
--header 'Authorization: Bearer <token>'{
"data": {
"2025-10-22": 100,
"2025-10-23": 100,
"2025-10-24": 100,
"2025-10-25": 100,
"2025-10-26": 100,
"2025-10-27": 100,
"2025-10-28": 100,
"2025-10-29": 100,
"2025-10-30": 100,
"2025-10-31": 100,
"2025-11-01": 100,
"2025-11-02": 100,
"2025-11-03": 50,
"2025-11-04": 0,
"2025-11-05": 100,
"2025-11-06": 100
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Resource UUID
success
The response is of type object.
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/services/{id}/uptime_chart \
--header 'Authorization: Bearer <token>'{
"data": {
"2025-10-22": 100,
"2025-10-23": 100,
"2025-10-24": 100,
"2025-10-25": 100,
"2025-10-26": 100,
"2025-10-27": 100,
"2025-10-28": 100,
"2025-10-29": 100,
"2025-10-30": 100,
"2025-10-31": 100,
"2025-11-01": 100,
"2025-11-02": 100,
"2025-11-03": 50,
"2025-11-04": 0,
"2025-11-05": 100,
"2025-11-06": 100
}
}