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:
- Per flag: Open the flag and click the History tab
- Per environment: Settings → Audit Log to see all changes in the environment
Entry format
Each history entry contains:
| Field | Description |
|---|---|
| Timestamp | Exact date and time of the change (UTC) |
| Actor | Who made the change (user email or “system” for automated actions) |
| Event | Event type (flag.enabled, flag.updated, etc.) |
| Before / After | Previous 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