Skip to main content
The audit log is here ๐ŸŽŠ, and now you can see the recent activities in your organization. The audit log contains information about who performed the activity, when the action was performed, the activityโ€™s description, and additional data. You can access the audit log from the UI or programmatically through the env0 API.

โœจ Accessing the audit logs โœจ

Through the env0 UI

  1. Go to the Organizationโ€™s Settings page.
  2. Click the Audit Logs tab.
  3. The audit details are listed in a table.
  4. Click the rowโ€™s + sign to reveal additional activity details.
  5. Click the Show more button at the bottom of the page to see more rows.
Feature demonstration screenshot showing new functionality

Through the env0 API

Use the โ€œFetch Audit Logsโ€ API to retrieve your organizationโ€™s audit logs programmatically. Learn more about the audit log in our documentation.
โŒ˜I