Applicable plans: Enterprise
Viewable Scope
The Audit Log is only visible to Admin roles in the enterprise organization. Members cannot see the Audit Log entry, nor can they query or export audit logs. The Audit Log records administrative operations from both the admin console and Open APIs, including successful operations and failed attempts. Some system-triggered events, such as invitation expiration or seat expiration, may also appear in the audit log to preserve a complete operation chain.Content Not Recorded
The Qoder Audit Log only records administrative operation metadata and configuration change summaries — it does not record user business content. The following content will NOT appear in audit logs:- User Prompts
- Model responses
- Code snippets, Diffs, file content
- Terminal commands and terminal output
- IDE, CLI, or Agent execution processes
- MCP tool call parameters
- Tokens, API Keys, secrets, or certificate plaintext
Currently Supported Operation Events
The following events are categorized by their location in the admin console. “Console location” indicates the page or functional area corresponding to the event; “Page operation” indicates the write operation performed by the admin in the console; “Operation event” indicates the system event identifier displayed in the audit log.Settings
Records changes to organization basic information, organization bindings, email domains, authentication, default quotas, and other settings.Organization Basic Settings
Domain Verification
Authentication & SAML
Default Usage Quota
Members
Records member joins, member information changes, member removals, member logins, invitations, and user group operations.Member Management
Member Invitations
User Groups & Group Policies
Models
Records admin changes to official models and model-related management configurations on the “Models” page. These events only record model management configuration changes — they do not record model call content, Prompts, or responses.Official Models
When supplier credentials, API Keys, secrets, or other sensitive configurations are involved, the audit log only records that the configuration was created, updated, or deleted — secret plaintext is never displayed.
Security Policies
Records organization-level security policy configuration changes, such as codebase security policies.IM Channels
Records enabling and disabling of organization IM channel configurations.Organization Usage
Records member usage limits, billing group usage limits, Shared Add-on Credits default limits, and usage report exports.Subscriptions & Billing
Records enterprise subscription, seat allocation, and billing group operations.Subscriptions
Seats
Billing Groups
Service Accounts
| Console Location | Page Operation | Operation Event | Description |
|---|---|---|---|
| Settings / Service Accounts | Create service account | CreateServiceAccount | Service account was created |
| Settings / Service Accounts | Update service account | UpdateServiceAccount | Service account name, description, or related configuration was modified |
| Settings / Service Accounts | Archive service account | ArchiveServiceAccount | Service account was archived and can no longer be used for new API calls |
| Settings / Service Accounts | Create service account key | CreateServiceAccountKey | A long-lived access key was created for the service account |
| Settings / Service Accounts | Rotate service account key | RotateServiceAccountKey | The service account key was rotated, generating a new key and replacing the existing key |
| Settings / Service Accounts | Revoke service account key | RevokeServiceAccountKey | The service account key was revoked and can no longer be used for authentication |
| API / Service Account Authentication | Get short-lived token | ExchangeServiceToken | A long-lived service account key was used to obtain a short-lived access token |