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
Key | Datatype | Required | Description |
---|---|---|---|
start_time | string | Refers start of the time range in unix timestamp when a blocked email was created (inclusive). | |
end_time | string | Refers end of the time range in unix timestamp when a blocked email was created (inclusive). | |
limit | string | The number of results to include on each page. | |
offset | string | The number of results to exclude. |