Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Resource UUID
Query Parameters
Response
success
The response is of type object
.
Get functionality incidents chart
curl --request GET \
--url https://api.rootly.com/v1/functionalities/{id}/incidents_chart \
--header 'Authorization: Bearer <token>'
{
"data": {
"2025-08-07 00:00:00 UTC": 0,
"2025-08-14 00:00:00 UTC": 0,
"2025-08-21 00:00:00 UTC": 0,
"2025-08-28 00:00:00 UTC": 0,
"2025-09-04 00:00:00 UTC": 0,
"2025-09-11 00:00:00 UTC": 0,
"2025-09-18 00:00:00 UTC": 0,
"2025-09-25 00:00:00 UTC": 0,
"2025-10-02 00:00:00 UTC": 1
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Resource UUID
success
The response is of type object
.
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/functionalities/{id}/incidents_chart \
--header 'Authorization: Bearer <token>'
{
"data": {
"2025-08-07 00:00:00 UTC": 0,
"2025-08-14 00:00:00 UTC": 0,
"2025-08-21 00:00:00 UTC": 0,
"2025-08-28 00:00:00 UTC": 0,
"2025-09-04 00:00:00 UTC": 0,
"2025-09-11 00:00:00 UTC": 0,
"2025-09-18 00:00:00 UTC": 0,
"2025-09-25 00:00:00 UTC": 0,
"2025-10-02 00:00:00 UTC": 1
}
}