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