Observer
Observer

Audit log events

Categories of administrative events recorded in the audit log.

Every administrative change in the console writes to an append-only audit log scoped to the organisation. Events are grouped into categories for filtering and retention.

Categories

CategorySurface
agentAgent create / rename / rotate-key / delete.
pageStatus page create / edit / theme change / access-mode change / delete.
webhookWebhook subscription create / edit / pause / delete; delivery retry / discard.
metricMetric definition create / edit / threshold change / delete. Manual metric status writes (metric.status.set_manually) also fall here.
sloSLO create / target change / window change / delete; burn open / resolve.
customerCustomer create / edit / page binding change / SLO override / delete.
incidentIncident create / publish / update / resolve / delete; message append.
maintenanceMaintenance schedule / start / complete / cancel; starting-soon cron event.
subscriberSubscriber confirm / unsubscribe; per-event delivery audit lives in subscriber_deliveries, not audit_log.
orgOrganisation create / rename / member add / member remove.
authUser sign-in, sign-out, MFA enrol, password change.
subscriptionPlan change, payment method update, invoice generated.
billingPayment provider events (charge succeeded, refund, dispute, etc.).
api_keyOrg API key create / revoke.
otherAny event whose action prefix does not match the categories above.

Event shape

Each row carries:

  • id: opaque identifier.
  • org_id: the organisation the event scopes to.
  • actor: the user or system that performed the action.
  • action: dotted action string (for example agent.created, slo.target_changed).
  • target_type and target_id: the resource the action affected.
  • metadata: action-specific JSON payload.
  • created_at: timestamp.

Filtering

The audit log page in the console supports filtering by:

  • Time range.
  • Category.
  • Actor (user identifier).
  • Action (full dotted string).
  • Target id.

Retention

Audit log retention follows the same window as metric history (see Plans and quotas). Older entries are not deleted automatically; export them on the schedule your compliance team requires.

Was this page helpful?