Menu

Expand
Rate this page:

Subuser Statistics

Subuser statistics enable you to view specific segments of your statistics, as compared to the general overview of all email activity on your account. SendGrid tracks your subusers' emails sent, bounces, and spam reports. Unsubscribes, clicks, and opens are tracked if you have enabled the required settings.

For more information, see our Subusers documentation. You can also access Subuser Statistics in the SendGrid console.

Retrieve email statistics for your subuser

GET /v3/subusers/stats

Base url: https://api.sendgrid.com

This endpoint allows you to retrieve the email statistics for the given subusers.

You may retrieve statistics for up to 10 different subusers by including an additional subusers parameter for each additional subuser.

Authentication

  • API Key

Headers

Authorization
string
default: Bearer <<YOUR_API_KEY_HERE>>
required

Query String

limit
integer

Limits the number of results returned per page.

default: None
offset
integer

The point in the list to begin retrieving results from.

default: None
aggregated_by
string

How to group the statistics. Must be either "day", "week", or "month".

default: None
subusers
string

The subuser you want to retrieve statistics for. You may include this parameter up to 10 times to retrieve statistics for multiple subusers.

default: None
required
start_date
string

The starting date of the statistics to retrieve. Must follow format YYYY-MM-DD.

default: None
required
end_date
string

The end date of the statistics to retrieve. Defaults to today.

default: None

Responses

array[object]
date
string

The date the statistics were gathered.

required
stats
array[object]
metrics
object
blocks
integer

The number of emails that were not allowed to be delivered by ISPs.

required
bounce_drops
integer

The number of emails that were dropped because of a bounce.

required
bounces
integer

The number of emails that bounced instead of being delivered.

required
clicks
integer

The number of links that were clicked.

required
deferred
integer

The number of emails that temporarily could not be delivered.

required
delivered
integer

The number of emails SendGrid was able to confirm were actually delivered to a recipient.

required
invalid_emails
integer

The number of recipients who had malformed email addresses or whose mail provider reported the address as invalid.

required
opens
integer

The total number of times your emails were opened by recipients.

required
processed
integer

Requests from your website, application, or mail client via SMTP Relay or the API that SendGrid processed.

required
requests
integer

The number of emails that were requested to be delivered.

required
spam_report_drops
integer

The number of emails that were dropped due to a recipient previously marking your emails as spam.

required
spam_reports
integer

The number of recipients who marked your email as spam.

required
unique_clicks
integer

The number of unique recipients who clicked links in your emails.

required
unique_opens
integer

The number of unique recipients who opened your emails.

required
unsubscribe_drops
integer

The number of emails dropped due to a recipient unsubscribing from your emails.

required
unsubscribes
integer

The number of recipients who unsubscribed from your emails.

required
name
string

The name of the category.

type
string

How you are segmenting your statistics.

required
Loading Code Sample...
        
        

        Retrieve email statistics for your subusers.

        Rate this page:

        Need some help?

        We all do sometimes. Get help now from the Twilio SendGrid Support Team.

        Running into a coding hurdle? Lean on the wisdom of the crowd by browsing the SendGrid tag on Stack Overflow or visiting Twilio's Stack Overflow Collective.

        Loading Code Sample...
              
              
              

              Thank you for your feedback!

              Please select the reason(s) for your feedback. The additional information you provide helps us improve our documentation:

              Sending your feedback...
              🎉 Thank you for your feedback!
              Something went wrong. Please try again.

              Thanks for your feedback!

              thanks-feedback-gif