Audit logs give you a detailed record of activity in your Fillout organization. Use them to monitor who did what and when — for security reviews, compliance, and troubleshooting.Documentation Index
Fetch the complete documentation index at: https://fillout.com/help/llms.txt
Use this file to discover all available pages before exploring further.
Audit logs are available on Enterprise plans. Contact us to enable audit logs for your organization.
What’s tracked
Audit logs capture security-related events and administrative changes, including:- Authentication — successful and failed logins, logouts, and session management
- Passwords & MFA — password resets, changes, MFA setup and removal
- API keys — enabling, regenerating, and revoking API access
- User management — inviting, disabling, and changing roles for team members
- Groups — creating, renaming, and modifying group membership and access
- Organization settings — name changes, MFA requirements, and org deletion
- OAuth apps — creating, deleting, and resetting secrets for developer apps
Viewing audit logs
Go to Settings → Audit logs in the left sidebar. You’ll see a table of recent events with:- Time — hover for the exact timestamp
- Actor — who performed the action and their role
- Action — the event type (e.g.,
auth.login.success,user.invite) - Resource — what was affected
- Outcome — whether it succeeded or failed
Filtering
Use the filter bar at the top of the page to narrow events by:- Date range — select a start and end date
- Actor type — filter by Org Members, API Keys, or Unknown actors
- Resource type — filter by Users, Groups, or Organization
Event categories
Events are organized into these categories:| Category | Description |
|---|---|
auth | Logins, logouts, password changes, MFA, SSO, sessions |
api | API key management |
developer | OAuth application management |
user | Invitations, role changes, access changes |
org | Organization-level settings |
group | Group creation, membership, and access |
Retention
Audit log events are retained for 30 days. Events older than 30 days are automatically removed.Actor types
Each event records who performed the action:| Actor type | Description |
|---|---|
| Org Members | A logged-in user in your organization |
| API Keys | An action performed via the Fillout API with a Bearer token |
| Unknown | An unauthenticated action (e.g., a failed login attempt) |