Skip to main content
Question

DLP data events

  • May 22, 2025
  • 2 replies
  • 29 views

Forum|alt.badge.img

My company is in the process of creating a product to monitor enterprise box files, folders and create a report to check all the dlp and governance events. I know box already provides these features but our product is integrating many cloud services in one. So my question is, does box provide end points to get dlp, governance events and is it integrated in JAVA SDK?

2 replies

Forum|alt.badge.img

Here is the method in the Java SDK to get Box enterprise events and here is the documentation for the underlying API. This API will let you keep track of events like file uploads, downloads, and deletes.


Forum|alt.badge.img

Thanks Murtaza, the enterprise events consists of a lot more things. By DLP, what I meant was, are there any api to check a dlp failures for e.g. suppose there is a policy to not share a specific file to an user outside of organization and If an internal user in an organization shares it, this event will be recorded as an event for DLP(where a user shared a file against the policy). Can this be achieved from Enterprise Events?