Get service incidents chart
curl --request GET \
--url https://api.rootly.com/v1/services/{id}/incidents_chart \
--header 'Authorization: Bearer <token>'
{
"data": {
"2025-06-29 00:00:00 UTC": 0,
"2025-07-06 00:00:00 UTC": 0,
"2025-07-13 00:00:00 UTC": 0,
"2025-07-20 00:00:00 UTC": 0,
"2025-07-27 00:00:00 UTC": 0,
"2025-08-03 00:00:00 UTC": 0,
"2025-08-10 00:00:00 UTC": 0,
"2025-08-17 00:00:00 UTC": 0,
"2025-08-24 00:00:00 UTC": 1
}
}
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}/incidents_chart \
--header 'Authorization: Bearer <token>'
{
"data": {
"2025-06-29 00:00:00 UTC": 0,
"2025-07-06 00:00:00 UTC": 0,
"2025-07-13 00:00:00 UTC": 0,
"2025-07-20 00:00:00 UTC": 0,
"2025-07-27 00:00:00 UTC": 0,
"2025-08-03 00:00:00 UTC": 0,
"2025-08-10 00:00:00 UTC": 0,
"2025-08-17 00:00:00 UTC": 0,
"2025-08-24 00:00:00 UTC": 1
}
}