Skip to main content
GET
/
v1
/
functionalities
/
{id}
/
incidents_chart
Get functionality incidents chart
curl --request GET \
  --url https://api.rootly.com/v1/functionalities/{id}/incidents_chart \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "2025-11-10 00:00:00 UTC": 0,
    "2025-11-17 00:00:00 UTC": 0,
    "2025-11-24 00:00:00 UTC": 0,
    "2025-12-01 00:00:00 UTC": 0,
    "2025-12-08 00:00:00 UTC": 0,
    "2025-12-15 00:00:00 UTC": 0,
    "2025-12-22 00:00:00 UTC": 0,
    "2025-12-29 00:00:00 UTC": 0,
    "2026-01-05 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
required

Resource UUID

Query Parameters

period
string
required

Response

success

The response is of type object.