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 = {{ company_name }} AND user LIKE {{ user_name + '%' }}
If you have correct access rights, you can hit the download button at the bottom of the table to download a .csv.