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