English
Get service incidents chart
curl --request GET \ --url https://api.rootly.com/v1/services/{id}/incidents_chart \ --header 'Authorization: Bearer <token>'
{ "data": { "2025-05-07 00:00:00 UTC": 0, "2025-05-14 00:00:00 UTC": 0, "2025-05-21 00:00:00 UTC": 0, "2025-05-28 00:00:00 UTC": 0, "2025-06-04 00:00:00 UTC": 0, "2025-06-11 00:00:00 UTC": 0, "2025-06-18 00:00:00 UTC": 0, "2025-06-25 00:00:00 UTC": 0, "2025-07-02 00:00:00 UTC": 1 } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
success
The response is of type object.
object
Was this page helpful?