Retrieves Inbound Parse Webhook statistics.

GET {{baseUrl}}/user/webhooks/parse/stats?limit=<string>&offset=<string>&aggregated_by=<string>&start_date=<string>&end_date=<string>

This endpoint allows you to retrieve the statistics for your Parse Webhook useage.

SendGrid's Inbound Parse Webhook allows you to parse the contents and attachments of incomming emails. The Parse API can then POST the parsed emails to a URL that you specify. The Inbound Parse Webhook cannot parse messages greater than 20MB in size, including all attachments.

There are a number of pre-made integrations for the SendGrid Parse Webhook which make processing events easy. You can find these inte

Request Params

KeyDatatypeRequiredDescription
limitstringThe number of results to include on each page.
offsetstringThe number of results to exclude.
aggregated_bystringHow to group the stats. Must be either "day", "week", or "month".
start_datestringThe starting date of the statistics to retrieve. Must follow format YYYY-MM-DD.
end_datestringThe end date of the statistics to retrieve. Defaults to today.