{
"data": [
{
"id": "ih_001",
"tenantId": "t_001",
"customerId": "CUST001",
"offerId": "off_abc123",
"creativeId": "cr_001",
"channelId": "ch_email",
"interactionType": "click",
"outcomeTypeKey": "click",
"direction": "outbound",
"timestamp": "2026-03-15T14:30:00.000Z",
"context": {},
"response": {},
"outcome": {},
"offer": {
"id": "off_abc123",
"name": "Platinum Card Upgrade",
"status": "active"
},
"creative": {
"id": "cr_001",
"name": "Email Hero Variant A",
"channel": {
"id": "ch_email",
"name": "Email"
}
}
}
],
"pagination": {
"total": 1500,
"limit": 25,
"hasMore": true,
"nextCursor": "ih_xyz789"
}
}