Log Activity
GET {{baseUrl}}/mailer/status/log?api_key=<>&channel=<>&compress=<>&format=<>&from=<>&status=<>&to=<>&username=<>
The detailed activity log api allows you to get detailed information from your activity log on the emails that you have sent. Information can be narrowed by email status, channel and datetime.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
api_key | string | your api key | |
channel | string | an id field (max 60 chars) that can be used for reporting | |
compress | string | True if you want the results returned as a compressed zip file | |
format | string | csv or xml | |
from | string | from email address | |
status | string | One of the following status values: 0 or all, 1 for ReadyToSend, 2 for InProgress, 4 for Bounced, 5 for Sent, 6 for Opened, 7 for Clicked, 8 for Unsubscribed, 9 for Abuse Report | |
to | string | Server time in the format: 5/19/2011 10:54:20 PM | |
username | string | username |