Get team incidents chart
curl --request GET \
--url https://api.rootly.com/v1/teams/{id}/incidents_chart \
--header 'Authorization: Bearer <token>'{
"data": {
"2026-01-05": 0,
"2026-01-06": 0,
"2026-01-07": 0,
"2026-01-08": 0,
"2026-01-09": 0,
"2026-01-10": 0,
"2026-01-11": 0,
"2026-01-12": 0,
"2026-01-13": 0,
"2026-01-14": 0,
"2026-01-15": 0,
"2026-01-16": 0,
"2026-01-17": 0,
"2026-01-18": 0,
"2026-01-19": 0,
"2026-01-20": 0,
"2026-01-21": 0,
"2026-01-22": 0,
"2026-01-23": 0,
"2026-01-24": 0,
"2026-01-25": 0,
"2026-01-26": 0,
"2026-01-27": 0,
"2026-01-28": 0,
"2026-01-29": 0,
"2026-01-30": 0,
"2026-01-31": 0,
"2026-02-01": 0,
"2026-02-02": 1,
"2026-02-03": 0,
"2026-02-04": 0,
"2026-02-05": 0
}
}Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/teams/{id}/incidents_chart \
--header 'Authorization: Bearer <token>'{
"data": {
"2026-01-05": 0,
"2026-01-06": 0,
"2026-01-07": 0,
"2026-01-08": 0,
"2026-01-09": 0,
"2026-01-10": 0,
"2026-01-11": 0,
"2026-01-12": 0,
"2026-01-13": 0,
"2026-01-14": 0,
"2026-01-15": 0,
"2026-01-16": 0,
"2026-01-17": 0,
"2026-01-18": 0,
"2026-01-19": 0,
"2026-01-20": 0,
"2026-01-21": 0,
"2026-01-22": 0,
"2026-01-23": 0,
"2026-01-24": 0,
"2026-01-25": 0,
"2026-01-26": 0,
"2026-01-27": 0,
"2026-01-28": 0,
"2026-01-29": 0,
"2026-01-30": 0,
"2026-01-31": 0,
"2026-02-01": 0,
"2026-02-02": 1,
"2026-02-03": 0,
"2026-02-04": 0,
"2026-02-05": 0
}
}