On PSDK level search for EventGetInteractionContent class containing useful methods where one of them is method "getAttachments()".
On database level look at table attachment where you should get reference to the document table, where is the name of the attachment and the size stored.
HTH!
--Jakub--