Can the Activity Log data be exported?
You can use the Matomo HTTP API to query activities.
The plugin currently adds the following API methods to your Matomo:
ActivityLog.getEntries
Returns logged activity entries.ActivityLog.getEntryCount
Returns the number of available activity entries.
An export feature will be available in the UI in the future.