curl --request GET \
--url https://instance.prod.onboardapp.io/v1/analytics/alerts \
--header 'X-API-KEY: <api-key>'{
"data": {
"total": 123,
"resolved": 123,
"false_positives": 123,
"escalated": 123,
"resolution_rate": 123,
"false_positive_rate": 123,
"average_resolution_hours": 123,
"breakdown": [
{
"label": "<string>",
"count": 123,
"percentage": 123
}
],
"period": {
"from": "2023-11-07T05:31:56Z",
"to": "2023-11-07T05:31:56Z"
}
},
"meta": {
"request_id": "req_9k4m2n1p3q",
"page": {
"cursor": "<string>",
"has_more": true
}
}
}Retrieve alert volume, resolution rates, average resolution time, and category breakdown for the specified time period.
curl --request GET \
--url https://instance.prod.onboardapp.io/v1/analytics/alerts \
--header 'X-API-KEY: <api-key>'{
"data": {
"total": 123,
"resolved": 123,
"false_positives": 123,
"escalated": 123,
"resolution_rate": 123,
"false_positive_rate": 123,
"average_resolution_hours": 123,
"breakdown": [
{
"label": "<string>",
"count": 123,
"percentage": 123
}
],
"period": {
"from": "2023-11-07T05:31:56Z",
"to": "2023-11-07T05:31:56Z"
}
},
"meta": {
"request_id": "req_9k4m2n1p3q",
"page": {
"cursor": "<string>",
"has_more": true
}
}
}Project-scoped API key for server-to-server authentication. Obtain keys from the Zenoo dashboard under Project Settings > API Keys. Staging and production environments use separate keys.
Start date (ISO 8601).
End date (ISO 8601).
Group results by dimension.
category, type, priority, status