header object with the mailbox's totals over the range and, optionally, a per-day chart array.page to walk through all mailboxes in the workspace (ordered by mailbox ID). The date range may span at most 90 days. Set include_chart=false when only the totals are needed; the response is then a fraction of the size.email_acc_ids with a comma-separated list of up to 100 email account IDs to return only those mailboxes in one call. page is ignored in that case, and has_more is always false.GET /account/email-stats/bulk?workspace_id=6509f7691205283f2a79f98c&start_date=2026-03-01&end_date=2026-03-31&email_acc_ids=65a1b2c3d4e5f60718293a4b,65a1b2c3d4e5f60718293a4cmissing_ids.curl --location 'https://api.plusvibe.ai/api/v1/account/email-stats/bulk?workspace_id=6509f7691205283f2a79f98c&start_date=2026-03-01&end_date=2026-03-31&page=1&limit=100&include_chart=true' \
--header 'x-api-key: <api-key>'{
"page": 1,
"limit": 100,
"total_accounts": 248,
"has_more": true,
"accounts": [
{
"email_acc_id": "65a1b2c3d4e5f60718293a4b",
"email": "sales@example.com",
"header": {
"total_sent_count": 94,
"total_reply_count": 6,
"total_ooo_reply_count": 1,
"total_open_count": 0,
"total_bounce_count": 1,
"total_completed_count": 23,
"total_pos_reply_count": 4,
"bounce_rate": 1.1,
"open_rate": 0,
"reply_rate": 7.5,
"reply_rate_with_ooo": 8.8,
"pos_reply_rate": 66.7,
"total_new_lead_contacted_count": 80,
"total_contacted_count": 80
},
"chart": [
{
"label": "1 Mar 26",
"date": "2026-03-01",
"total_sent_count": 49,
"total_reply_count": 1,
"total_ooo_reply_count": 0,
"total_open_count": 0,
"total_bounce_count": 0,
"total_completed_count": 11,
"total_pos_reply_count": 1,
"total_new_lead_contacted_count": 42
},
{
"label": "2 Mar 26",
"date": "2026-03-02",
"total_sent_count": 45,
"total_reply_count": 5,
"total_ooo_reply_count": 1,
"total_open_count": 0,
"total_bounce_count": 1,
"total_completed_count": 12,
"total_pos_reply_count": 3,
"total_new_lead_contacted_count": 38
}
]
},
{
"email_acc_id": "65a1b2c3d4e5f60718293a4c",
"email": "outreach@example.com",
"header": {
"total_sent_count": 0,
"total_reply_count": 0,
"total_ooo_reply_count": 0,
"total_open_count": 0,
"total_bounce_count": 0,
"total_completed_count": 0,
"total_pos_reply_count": 0,
"bounce_rate": 0,
"open_rate": 0,
"reply_rate": 0,
"reply_rate_with_ooo": 0,
"pos_reply_rate": 0,
"total_new_lead_contacted_count": 0,
"total_contacted_count": 0
},
"chart": [
{
"label": "1 Mar 26",
"date": "2026-03-01",
"total_sent_count": 0,
"total_reply_count": 0,
"total_ooo_reply_count": 0,
"total_open_count": 0,
"total_bounce_count": 0,
"total_completed_count": 0,
"total_pos_reply_count": 0,
"total_new_lead_contacted_count": 0
},
{
"label": "2 Mar 26",
"date": "2026-03-02",
"total_sent_count": 0,
"total_reply_count": 0,
"total_ooo_reply_count": 0,
"total_open_count": 0,
"total_bounce_count": 0,
"total_completed_count": 0,
"total_pos_reply_count": 0,
"total_new_lead_contacted_count": 0
}
]
}
]
}