apps/docs/content/guides/security/platform-audit-logs.mdx
This topic covers how to view and stream Platform Audit Logs for your organization.
Any Platform API or dashboard actions performed by organization members are logged automatically for auditing and security purposes. This includes actions such as creating a new project, inviting members, modifying an edge function or changing project settings. You can view these logs in the dashboard or stream them to an external destination using Audit Log Drains.
Besides Platform Audit Logs, Supabase Auth also provides Auth Audit Logs to monitor authentication-related activities within your projects.
<Admonition type="note">Platform Audit Logs are only available on the Team and Enterprise plans.
</Admonition>Platform Audit Logs can be found under your organization's audit logs.
<Image alt="Platform audit logs" src={{ light: '/docs/img/guides/security/platform-audit-logs--light.png', dark: '/docs/img/guides/security/platform-audit-logs--dark.png', }}
width={2414} height={958} />
For each audit log, you can see additional details by clicking on the log entry:
Each Supabase user account also has access to Account Audit logs which displays these logs for only the associated user account.
Audit Log Drains can be configured under your organization's audit log drains. For setup instructions and supported destinations, see the Log Drains guide.