Skip to main content
The audit log (/admin/audit-log) records every significant action taken by any user or admin.

Log entries

Each entry contains:
FieldDescription
TimeUTC timestamp
UserEmail of the user who performed the action
ActionWhat was done (create, delete, reset_password, ban_user, etc.)
ResourceType and ID (e.g., database:my-app, user:user_abc123)
DetailsJSON with action-specific context

Action types

ActionTriggered by
createUser creates a database
deleteUser or admin deletes a database
reset_passwordUser or admin resets a database password
change_roleAdmin promotes or demotes a user
ban_userAdmin bans a user via Clerk
unban_userAdmin unbans a user
delete_userAdmin deletes a user account
admin_delete_databaseAdmin deletes another user’s database
admin_reset_db_passwordAdmin resets another user’s database password
admin_trigger_backupAdmin triggers a backup

Pagination

The audit log is paginated at 50 entries per page. Use the Previous/Next links at the bottom to navigate.