I'm using the node-mailjet api, and I'm trying to use it to get a list of email statuses for each marketing campaign.
If you go on a sent marketing campaign in Mailjet itself, there's a place where you can download a csv, the list of all contacts the campaign was sent to, and the status of each email ( delivered/opened/clicked/bounce/spam/ etc.)
So, using the API, I'm currently able to get a list of all the marketing campaigns, but I don't see a way of getting the same data as the csv I described above.
I've been looking at the documentation here, no luck so far.