Skip to main content
GET
/
superadmin
/
emails
/
stats
Get email delivery statistics
curl --request GET \
  --url https://api.engagefabric.com/superadmin/emails/stats
{
  "total": 123,
  "sent": 123,
  "failed": 123,
  "pending": 123,
  "byType": {},
  "recentFailures": "<array>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.engagefabric.com/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

Email delivery statistics

total
number

Total emails sent

sent
number

Successfully sent emails

failed
number

Failed email deliveries

pending
number

Pending emails

byType
object

Stats broken down by email type

recentFailures
array

Recent failed email deliveries