Get service uptime chart
curl --request GET \
--url https://api.rootly.com/v1/services/{id}/uptime_chart \
--header 'Authorization: Bearer <token>'{
"data": {
"2025-12-06": 100,
"2025-12-07": 100,
"2025-12-08": 100,
"2025-12-09": 100,
"2025-12-10": 100,
"2025-12-11": 100,
"2025-12-12": 100,
"2025-12-13": 100,
"2025-12-14": 100,
"2025-12-15": 100,
"2025-12-16": 100,
"2025-12-17": 100,
"2025-12-18": 50,
"2025-12-19": 0,
"2025-12-20": 100,
"2025-12-21": 100
}
}Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/services/{id}/uptime_chart \
--header 'Authorization: Bearer <token>'{
"data": {
"2025-12-06": 100,
"2025-12-07": 100,
"2025-12-08": 100,
"2025-12-09": 100,
"2025-12-10": 100,
"2025-12-11": 100,
"2025-12-12": 100,
"2025-12-13": 100,
"2025-12-14": 100,
"2025-12-15": 100,
"2025-12-16": 100,
"2025-12-17": 100,
"2025-12-18": 50,
"2025-12-19": 0,
"2025-12-20": 100,
"2025-12-21": 100
}
}