Export audit logs
Audit logs are a collection of records of internal activity relating to an information system.
This notebooks allows you to export audit logs filtered by company_name and user_name.
company_name
user_name
SELECT *
FROM DEEPNOTE.DEMO.COMPANIES_USAGE_DATA
WHERE COMPANY = 'Walmart'
AND USER LIKE 'Alyssa Edwards%';
If you have correct access rights, you can hit the download button at the bottom of the table to download a .csv.