{
"success": true,
"data": {
"app_id": "a1b2c3d4-...",
"period": "30d",
"summary": {
"total_requests": 12450,
"total_errors": 23,
"error_rate": 0.0018,
"avg_latency_ms": 45,
"p95_latency_ms": 230,
"unique_users": 310,
"gateway_handled_requests": 12,
"status_code_breakdown": {
"2xx": 12200,
"3xx": 227,
"4xx": 15,
"5xx": 8
},
"rejection_breakdown": {
"edge_policy": 12
},
"total_apps_with_traffic": null
},
"time_series": [
{
"period_start": "2026-02-01T00:00:00Z",
"request_count": 410,
"error_count": 1,
"error_rate": 0.0024
}
],
"top_users": [
{
"identity": "pat@example.com",
"count": 120
}
],
"apps": []
}
}