curl --request GET \
--url https://api.example.com/api/v1/analytics/summary{
"apiVersion": "v1",
"kind": "AnalyticsSummary",
"metadata": {
"period": "7d",
"from": "2026-03-12T00:00:00Z",
"to": "2026-03-19T15:00:00Z",
"generatedAt": "2026-03-19T15:05:00Z"
},
"summary": {
"incidents": {
"total": 42,
"bySeverity": {
"critical": 3,
"high": 12,
"medium": 18,
"low": 9
},
"byState": {
"resolved": 35,
"analyzing": 3,
"remediating": 2,
"escalated": 2
},
"autoResolved": 28,
"autoResolvedPercent": 66.7,
"avgTimeToDetect": "45s",
"avgTimeToResolve": "8m30s"
},
"slos": {
"total": 8,
"healthy": 5,
"warning": 2,
"breached": 1,
"avgBudgetRemaining": "58%"
},
"remediations": {
"total": 30,
"successful": 28,
"failed": 2,
"successRate": 93.3,
"avgExecutionTime": "4m15s",
"topRunbooks": [
{"name": "runbook-oomkill-standard", "count": 12},
{"name": "runbook-crashloop-restart", "count": 8},
{"name": "runbook-latency-scale", "count": 5}
]
},
"approvals": {
"total": 15,
"approved": 12,
"rejected": 2,
"expired": 1,
"avgDecisionTime": "3m20s"
},
"trends": {
"incidentsVsPrevPeriod": "-15%",
"mttrVsPrevPeriod": "-22%",
"autoResolveVsPrevPeriod": "+8%"
}
}
}
Returns a consolidated summary of operational metrics from the platform
curl --request GET \
--url https://api.example.com/api/v1/analytics/summary{
"apiVersion": "v1",
"kind": "AnalyticsSummary",
"metadata": {
"period": "7d",
"from": "2026-03-12T00:00:00Z",
"to": "2026-03-19T15:00:00Z",
"generatedAt": "2026-03-19T15:05:00Z"
},
"summary": {
"incidents": {
"total": 42,
"bySeverity": {
"critical": 3,
"high": 12,
"medium": 18,
"low": 9
},
"byState": {
"resolved": 35,
"analyzing": 3,
"remediating": 2,
"escalated": 2
},
"autoResolved": 28,
"autoResolvedPercent": 66.7,
"avgTimeToDetect": "45s",
"avgTimeToResolve": "8m30s"
},
"slos": {
"total": 8,
"healthy": 5,
"warning": 2,
"breached": 1,
"avgBudgetRemaining": "58%"
},
"remediations": {
"total": 30,
"successful": 28,
"failed": 2,
"successRate": 93.3,
"avgExecutionTime": "4m15s",
"topRunbooks": [
{"name": "runbook-oomkill-standard", "count": 12},
{"name": "runbook-crashloop-restart", "count": 8},
{"name": "runbook-latency-scale", "count": 5}
]
},
"approvals": {
"total": 15,
"approved": 12,
"rejected": 2,
"expired": 1,
"avgDecisionTime": "3m20s"
},
"trends": {
"incidentsVsPrevPeriod": "-15%",
"mttrVsPrevPeriod": "-22%",
"autoResolveVsPrevPeriod": "+8%"
}
}
}
24h, 7d, 30d, 90d{
"apiVersion": "v1",
"kind": "AnalyticsSummary",
"metadata": {
"period": "7d",
"from": "2026-03-12T00:00:00Z",
"to": "2026-03-19T15:00:00Z",
"generatedAt": "2026-03-19T15:05:00Z"
},
"summary": {
"incidents": {
"total": 42,
"bySeverity": {
"critical": 3,
"high": 12,
"medium": 18,
"low": 9
},
"byState": {
"resolved": 35,
"analyzing": 3,
"remediating": 2,
"escalated": 2
},
"autoResolved": 28,
"autoResolvedPercent": 66.7,
"avgTimeToDetect": "45s",
"avgTimeToResolve": "8m30s"
},
"slos": {
"total": 8,
"healthy": 5,
"warning": 2,
"breached": 1,
"avgBudgetRemaining": "58%"
},
"remediations": {
"total": 30,
"successful": 28,
"failed": 2,
"successRate": 93.3,
"avgExecutionTime": "4m15s",
"topRunbooks": [
{"name": "runbook-oomkill-standard", "count": 12},
{"name": "runbook-crashloop-restart", "count": 8},
{"name": "runbook-latency-scale", "count": 5}
]
},
"approvals": {
"total": 15,
"approved": 12,
"rejected": 2,
"expired": 1,
"avgDecisionTime": "3m20s"
},
"trends": {
"incidentsVsPrevPeriod": "-15%",
"mttrVsPrevPeriod": "-22%",
"autoResolveVsPrevPeriod": "+8%"
}
}
}