Categories
Elements that can be shared among more than one endpoint definition.
Retrieve Email Statistics for Categories
Effective February 1, 2022, Twilio SendGrid will limit the number of stored category statistics available per user. Accounts on a paid plan will be allowed 1,000 categories daily. Accounts on a free plan will be allowed 100 categories daily. For more information about this change, see the Limitations section of our "Working with Categories" page.
Category statistics are available for the previous thirteen months only.
GET /v3/categories/stats
Base url: https://api.sendgrid.com
This endpoint allows you to retrieve all of your email statistics for each of your categories.
If you do not define any query parameters, this endpoint will return a sum for each category in groups of 10.
Authentication
- API Key
Headers
Query String
The starting date of the statistics to retrieve. Must follow format YYYY-MM-DD
default: NoneThe end date of the statistics to retrieve. Defaults to today. Must follow format YYYY-MM-DD.
default: NoneThe individual categories that you want to retrieve statistics for. You may include up to 10 different categories.
default: NoneHow to group the statistics. Must be either "day", "week", or "month".
default: NoneResponses
The date the statistics were gathered.
The number of emails that were not allowed to be delivered by ISPs.
The number of emails that were dropped because of a bounce.
The number of emails that bounced instead of being delivered.
The number of links that were clicked.
The number of emails that temporarily could not be delivered.
The number of emails SendGrid was able to confirm were actually delivered to a recipient.
The number of recipients who had malformed email addresses or whose mail provider reported the address as invalid.
The total number of times your emails were opened by recipients.
Requests from your website, application, or mail client via SMTP Relay or the API that SendGrid processed.
The number of emails that were requested to be delivered.
The number of emails that were dropped due to a recipient previously marking your emails as spam.
The number of recipients who marked your email as spam.
The number of unique recipients who clicked links in your emails.
The number of unique recipients who opened your emails.
The number of emails dropped due to a recipient unsubscribing from your emails.
The number of recipients who unsubscribed from your emails.
The name of the category.
How you are segmenting your statistics.
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.