Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Query Parameters
Response
success
The response is of type object
.
Get team incidents chart
curl --request GET \
--url https://api.rootly.com/v1/teams/{id}/incidents_chart \
--header 'Authorization: Bearer <token>'
{
"data": {
"2025-09-07": 0,
"2025-09-08": 0,
"2025-09-09": 0,
"2025-09-10": 0,
"2025-09-11": 0,
"2025-09-12": 0,
"2025-09-13": 0,
"2025-09-14": 0,
"2025-09-15": 0,
"2025-09-16": 0,
"2025-09-17": 0,
"2025-09-18": 0,
"2025-09-19": 0,
"2025-09-20": 0,
"2025-09-21": 0,
"2025-09-22": 0,
"2025-09-23": 0,
"2025-09-24": 0,
"2025-09-25": 0,
"2025-09-26": 0,
"2025-09-27": 0,
"2025-09-28": 0,
"2025-09-29": 0,
"2025-09-30": 0,
"2025-10-01": 0,
"2025-10-02": 0,
"2025-10-03": 0,
"2025-10-04": 0,
"2025-10-05": 1,
"2025-10-06": 0,
"2025-10-07": 0,
"2025-10-08": 0
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
success
The response is of type object
.
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/teams/{id}/incidents_chart \
--header 'Authorization: Bearer <token>'
{
"data": {
"2025-09-07": 0,
"2025-09-08": 0,
"2025-09-09": 0,
"2025-09-10": 0,
"2025-09-11": 0,
"2025-09-12": 0,
"2025-09-13": 0,
"2025-09-14": 0,
"2025-09-15": 0,
"2025-09-16": 0,
"2025-09-17": 0,
"2025-09-18": 0,
"2025-09-19": 0,
"2025-09-20": 0,
"2025-09-21": 0,
"2025-09-22": 0,
"2025-09-23": 0,
"2025-09-24": 0,
"2025-09-25": 0,
"2025-09-26": 0,
"2025-09-27": 0,
"2025-09-28": 0,
"2025-09-29": 0,
"2025-09-30": 0,
"2025-10-01": 0,
"2025-10-02": 0,
"2025-10-03": 0,
"2025-10-04": 0,
"2025-10-05": 1,
"2025-10-06": 0,
"2025-10-07": 0,
"2025-10-08": 0
}
}