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 uptime chart
curl --request GET \
--url https://api.rootly.com/v1/functionalities/{id}/uptime_chart \
--header 'Authorization: Bearer <token>'{
"data": {
"2025-11-10": 100,
"2025-11-11": 100,
"2025-11-12": 100,
"2025-11-13": 100,
"2025-11-14": 100,
"2025-11-15": 100,
"2025-11-16": 100,
"2025-11-17": 100,
"2025-11-18": 100,
"2025-11-19": 100,
"2025-11-20": 100,
"2025-11-21": 100,
"2025-11-22": 50,
"2025-11-23": 0,
"2025-11-24": 100,
"2025-11-25": 100
}
}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}/uptime_chart \
--header 'Authorization: Bearer <token>'{
"data": {
"2025-11-10": 100,
"2025-11-11": 100,
"2025-11-12": 100,
"2025-11-13": 100,
"2025-11-14": 100,
"2025-11-15": 100,
"2025-11-16": 100,
"2025-11-17": 100,
"2025-11-18": 100,
"2025-11-19": 100,
"2025-11-20": 100,
"2025-11-21": 100,
"2025-11-22": 50,
"2025-11-23": 0,
"2025-11-24": 100,
"2025-11-25": 100
}
}