{
"success": true,
"data": [
{
"id": "evt_abc123",
"event_type": "agent.registered",
"actor": "user@company.com",
"target_id": "agt_xyz789",
"target_type": "agent",
"details": {
"agent_name": "production-summarizer",
"framework": "crewai"
},
"timestamp": "2026-03-17T10:00:00Z"
},
{
"id": "evt_def456",
"event_type": "anomaly.acknowledged",
"actor": "admin@company.com",
"target_id": "ano_ghi789",
"target_type": "anomaly",
"details": {
"anomaly_type": "cost_spike",
"note": "Expected spike due to batch processing"
},
"timestamp": "2026-03-17T09:45:00Z"
}
],
"meta": { "total": 234, "page": 1, "limit": 50 }
}