Skip to Content
ConceptsAudit History

What is Audit History

Every event that modifies the state of a flag in CanaryGate is recorded in the audit history. This includes:

  • Flag creation and deletion
  • Activation and deactivation
  • Percentage changes in rollout
  • Schedule creation and execution
  • Changes made via API or dashboard

Access

The history is available in two places:

  1. Per flag: Open the flag and click the History tab
  2. Per environment: Settings → Audit Log to see all changes in the environment

Entry format

Each history entry contains:

FieldDescription
TimestampExact date and time of the change (UTC)
ActorWho made the change (user email or “system” for automated actions)
EventEvent type (flag.enabled, flag.updated, etc.)
Before / AfterPrevious and next state (when applicable)

Retention

  • Free: 7 days
  • Starter: 30 days
  • Pro: 90 days

Export

On the Pro plan, you can export the full history as CSV via Settings → Audit Log → Export.

Last updated on