List bounces
sendgrid_list_bouncesList bounced email addresses (the bounce suppression list). Returns an array of { created, email, reason, status }. SendGrid: GET /v3/suppression/bounces.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | Filter to a specific bounced email address. | ||
| limit | No | Number of bounces to return (1–500). | |
| offset | No | Number of bounces to skip (for pagination). | |
| end_time | No | End of the time range, as a Unix timestamp (seconds). | |
| start_time | No | Start of the time range, as a Unix timestamp (seconds). |