Loading docs
Skip to main content

Audit Logs

A complete record of every action taken across your account. Go to Others → Audit Logs.

Logs are retained for 60 days and show up to 50 entries per page.

Log table columns

ColumnMeaning
TimeRelative time (e.g. 2h ago) and exact timestamp
Actor / ActionWho performed the action and what action was taken, with a resource type badge
ResourceResource type and name affected
StatusSUCCESSFUL or FAILED

Filtering and refreshing

  • Click Filters to narrow logs by resource type, action, status, or date range
  • Click Refresh to pull the latest entries

Log entry detail

Click any row to open the full detail panel:

FieldDescription
StatusSUCCESSFUL or FAILED with timestamp in UTC
ActorUsername, session ID, and IP address of who triggered the action
DescriptionHuman-readable summary (e.g. Failed to created database –)
ActionThe action performed (e.g. Created database)
Event codeMachine-readable code (e.g. database.create.failed)
Resource typeThe type of resource affected (e.g. Database, VM, Volume, Firewall policy)
Resource nameName of the specific resource, or if creation failed before one was assigned
User UIDThe unique ID of the user account that triggered the event
CategoryResource category (e.g. database, vm, volume)
Severityinfo for successful actions, error for failures
Request contextRaw request details — IP address, action, and user-agent of the browser or CLI client

Event codes

Event codes follow the pattern <resource>.<action>.<result>:

Example codeMeaning
database.create.failedDatabase creation failed
vm.create.succeededVM created successfully
volume.create.succeededVolume created successfully
firewall_policy.create.succeededFirewall policy created successfully

What gets logged

Every create, update, delete, and attach action on any resource in your workspace is logged — including failed attempts. Auth events (login, session creation) are also captured with their session ID and IP.