GET
/
v1
/
services
/
{id}
/
incidents_chart
curl --request GET \
  --url https://api.rootly.com/v1/services/{id}/incidents_chart \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "2025-01-19 00:00:00 UTC": 0,
    "2025-01-26 00:00:00 UTC": 0,
    "2025-02-02 00:00:00 UTC": 0,
    "2025-02-09 00:00:00 UTC": 0,
    "2025-02-16 00:00:00 UTC": 0,
    "2025-02-23 00:00:00 UTC": 0,
    "2025-03-02 00:00:00 UTC": 0,
    "2025-03-09 00:00:00 UTC": 0,
    "2025-03-16 00:00:00 UTC": 1
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Query Parameters

period
string
required

Response

200
application/vnd.api+json
success

The response is of type object.