Skip to Content
InsightsAudit Log

Audit Log

The Audit Log records every change made across your project — who did what, when, and to which resource. Use it to track deployments, investigate configuration changes, or review teammate activity.

Category filters

Filter entries by resource type using the tab bar:

  • All — Every action across the project
  • Releases — Release creation, patching, republishing, rollbacks, and deletion
  • Builds — Build uploads, publishing, and deletion
  • Branches — Branch creation and deletion
  • Channels — Channel creation, updates, and deletion
  • Flags — Flag, rule, variation, and environment setting changes
  • Webhooks — Webhook creation, updates, and deletion

The search bar matches against action labels, actor names, entity types, and detail values. Useful for finding all actions by a specific user or all changes to a particular flag.

Tracked actions

Twenty-three action types, grouped by category:

Builds

ActionDescription
build.uploadedA new build was uploaded (typically from CI/CD)
build.publishedA build was published to a channel as a release
build.deletedA build was removed

Releases

ActionDescription
update.createdA new release was created
update.patchedA release was modified (rollout percentage, critical flag, etc.)
update.republishedA release was republished to additional channels
update.deletedA release was removed
update.rollbackA release was rolled back

Branches

ActionDescription
branch.createdA new branch was created
branch.deletedA branch was removed

Channels

ActionDescription
channel.createdA new channel was created
channel.updatedA channel’s configuration was changed
channel.deletedA channel was removed

Webhooks

ActionDescription
webhook.createdA new webhook was registered
webhook.updatedA webhook’s URL, events, or status was changed
webhook.deletedA webhook was removed

Flags

ActionDescription
flag.createdA new feature flag was created
flag.updatedA flag’s configuration was changed
flag.deletedA flag was removed
flag.toggledA flag was enabled or disabled
rule.createdA targeting rule was added to a flag
rule.updatedA targeting rule was modified
rule.deletedA targeting rule was removed
env_setting.updatedA per-environment flag setting was changed
variation.updatedA flag variation value was modified

Entry details

Each audit log entry includes:

FieldDescription
ActionThe action type (e.g., build.published)
ActorThe user or API key that performed the action, shown with distinct icons for each
EntityThe resource type and ID that was affected
DetailsKey-value pairs with specifics about the change
TimestampWhen the action occurred

Date grouping

Entries are grouped by date with sticky headers. Recent dates display as Today, Yesterday, or the weekday name (e.g., Wednesday). Older dates use a standard date format.

Pagination

Results load in pages of 100 entries. Use the Load more button at the bottom to fetch the next page (cursor-based pagination).

API access

You can query the audit log programmatically. See GET /v1/ota/audit-log in the API Reference for filtering and pagination options.

Last updated on