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

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.