Detailed Activity LogThe 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. To use the Activity Log command GET to https://api.elasticemail.com/mailer/status/log?username=your username You may also pass the following optional parameters:
For example:https://api.elasticemail.com/mailer/status/log?format=csv&compress=true&username=your username If sent correctly you will receive a response like: or Programmer TipThe detailed activity log tab inside of your Elastic Email account uses this same API to return its results. If you create a search using the selection tools in the activity log tool you can then click on csv or xml to view the completed query string for the activity log api call. |