Outbound message search
GET {{baseUrl}}/messages/outbound?count=<integer>&offset=<integer>&recipient=<string>&fromemail=<string>&tag=<string>&status=<string>&todate=<string>&fromdate=<string>
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| count | string | Number of bounces to return per request. Max 500. | |
| offset | string | Number of bounces to skip. | |
| recipient | string | Filter by the user who was receiving the email | |
| fromemail | string | Filter by the sender email address | |
| tag | string | Filter by tag | |
| status | string | Filter by status ( blocked,processed,queued,failed,scheduled) | |
| todate | string | Filter messages up to the date specified. e.g. 2014-02-01 | |
| fromdate | string | Filter messages starting from the date specified. e.g. 2014-02-01 |