Skip to main content
Use GET /emails/analytics to retrieve team-wide email performance across fixed 7-day, 30-day, and 90-day windows.
A successful request returns 200 OK:

Windows

Dugble returns three windows in every response: 7, 30, and 90 days. Each window contains aggregate rates and a daily series covering that window.

Rates

When a rate has no applicable denominator, Dugble returns 0.

Daily series

Each series point contains:
  • date — calendar date in YYYY-MM-DD format
  • total — emails counted for the day
  • delivered — delivered emails
  • opened — emails with an open event
  • clicked — emails with a click event
  • bounced — bounced emails
Analytics are team-wide aggregates. Use GET /emails/{message_id} and the message event endpoint when you need the state or history of one email.