JB Leblanc
JB Leblanc
Is it possible to get the data from the Complaints (or Spam Complaints) table with the API ? 
As described in the Salesforce documentation ( [https://help.salesforce.com/articleView?id=mc_as_bounces.htm&type=5](https://help.salesforce.com/articleView?id=mc_as_bounces.htm&type=5) ), Bounce event contains those following info : "ClientID","SendID","SubscriberKey","SubscriberID","ListID","EventDate","EventType","BounceCategory","SMTPCode","BounceReason","BatchID","TriggeredSendExternalKey". I want to get a dict with those columns, but when I specify...