Get functionality incidents chart
curl --request GET \
--url https://api.rootly.com/v1/functionalities/{id}/incidents_chart \
--header 'Authorization: Bearer <token>'{
"data": {
"2025-12-10 00:00:00 UTC": 0,
"2025-12-17 00:00:00 UTC": 0,
"2025-12-24 00:00:00 UTC": 0,
"2025-12-31 00:00:00 UTC": 0,
"2026-01-07 00:00:00 UTC": 0,
"2026-01-14 00:00:00 UTC": 0,
"2026-01-21 00:00:00 UTC": 0,
"2026-01-28 00:00:00 UTC": 0,
"2026-02-04 00:00:00 UTC": 1
}
}Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/functionalities/{id}/incidents_chart \
--header 'Authorization: Bearer <token>'{
"data": {
"2025-12-10 00:00:00 UTC": 0,
"2025-12-17 00:00:00 UTC": 0,
"2025-12-24 00:00:00 UTC": 0,
"2025-12-31 00:00:00 UTC": 0,
"2026-01-07 00:00:00 UTC": 0,
"2026-01-14 00:00:00 UTC": 0,
"2026-01-21 00:00:00 UTC": 0,
"2026-01-28 00:00:00 UTC": 0,
"2026-02-04 00:00:00 UTC": 1
}
}