{
"success": true,
"data": {
"events": [
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"email_id": "550e8400-e29b-41d4-a716-446655440001",
"event_type": "Bounce",
"event_timestamp": "2026-04-09T10:30:09.000Z",
"recipient": "user@example.com",
"bounce_type": "Permanent",
"bounce_subtype": "General"
},
{
"id": "550e8400-e29b-41d4-a716-446655440002",
"email_id": "550e8400-e29b-41d4-a716-446655440003",
"event_type": "Delivery",
"event_timestamp": "2026-04-09T10:28:00.000Z",
"recipient": "other@example.com"
}
],
"pagination": {
"page": 1,
"limit": 50,
"total": 150,
"total_pages": 3
}
}
}