provider Stats GET /clients/{client_type}/stats
@utdk/sendgrid /clients/{client_type}/stats
Retrieve stats by a specific client type.
**This endpoint allows you to retrieve your email statistics segmented by a specific client type.** **We only store up to 7 days of email activity in our database.** By default, 500 items will be returned per request via the Advanced Stats API endpoints. ## Available Client Types - phone - tablet - webmail - desktop Advanced Stats provide a more in-depth view of your email statistics and the actions taken by your recipients. You can segment these statistics by geographic location, device type, client type, browser, and mailbox provider. For more information about statistics, please see our [Statistics Overview](https://sendgrid.com/docs/ui/analytics-and-reporting/stats-overview/).
client_type path required
Specifies the type of client to retrieve stats for. Must be either "phone", "tablet", "webmail", or "desktop".
enum: phone, tablet, webmail, desktop
on-behalf-of header
string
start_date query required
The starting date of the statistics to retrieve. Must follow format YYYY-MM-DD.
string
end_date query
The end date of the statistics to retrieve. Defaults to today. Must follow format YYYY-MM-DD.
string
aggregated_by query
How to group the statistics. Must be either "day", "week", or "month".
enum: day, week, month

Try it

Authentication
Configure credentials for Email Activity (beta)
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

getClientsClientTypeStats
GET/clients/{client_type}/stats
**This endpoint allows you to retrieve your email statistics segmented by a specific client type.** **We only store up to 7 days of email activity in our database.** By default, 500 items will be returned per request via the Advanced Stats API endpoints. ## Available Client Types - phone - tablet - webmail - desktop Advanced Stats provide a more in-depth view of your email statistics and the actions taken by your recipients. You can segment these statistics by geographic location, device type, client type, browser, and mailbox provider. For more information about statistics, please see our [Statistics Overview](https://sendgrid.com/docs/ui/analytics-and-reporting/stats-overview/).

Parameters

required

Specifies the type of client to retrieve stats for. Must be either "phone", "tablet", "webmail", or "desktop".

required

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

The end date of the statistics to retrieve. Defaults to today. Must follow format YYYY-MM-DD.

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

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import sendgrid from '@utdk/sendgrid';

await sendgrid.getClientsClientTypeStats({
  "on-behalf-of": "The subuser's username. This header generates the API call as if the subuser account was making the call."
})