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-05": 100,
"2025-10-06": 100,
"2025-10-07": 100,
"2025-10-08": 100,
"2025-10-09": 100,
"2025-10-10": 100,
"2025-10-11": 100,
"2025-10-12": 100,
"2025-10-13": 100,
"2025-10-14": 100,
"2025-10-15": 100,
"2025-10-16": 100,
"2025-10-17": 50,
"2025-10-18": 0,
"2025-10-19": 100,
"2025-10-20": 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-05": 100,
"2025-10-06": 100,
"2025-10-07": 100,
"2025-10-08": 100,
"2025-10-09": 100,
"2025-10-10": 100,
"2025-10-11": 100,
"2025-10-12": 100,
"2025-10-13": 100,
"2025-10-14": 100,
"2025-10-15": 100,
"2025-10-16": 100,
"2025-10-17": 50,
"2025-10-18": 0,
"2025-10-19": 100,
"2025-10-20": 100
}
}