Retrieve all spam reports

GET {{baseUrl}}/suppression/spam_reports?start_time=<integer>&end_time=<integer>&limit=<string>&offset=<string>

This endpoint allows you to retrieve all spam reports.

Spam reports happen when a recipient indicates that they think your email is spam and then their email provider reports this to SendGrid.

For more information, please see our User Guide.

Request Params

KeyDatatypeRequiredDescription
start_timestringRefers start of the time range in unix timestamp when a blocked email was created (inclusive).
end_timestringRefers end of the time range in unix timestamp when a blocked email was created (inclusive).
limitstringThe number of results to include on each page.
offsetstringThe number of results to exclude.