Skip to main content
Navigate to Activity in the console sidebar. The activity feed records administrative workspace events — not API request traffic. For high-volume API request telemetry, see Logs. Activity answers audit questions like: who changed a webhook setting, when did a subscription go past due, when did a member’s role change, when did a low-balance alert fire. All roles (primary-owner, owner, member) can view and export activity. Entries are immutable — no create, edit, or delete actions are exposed.

Table columns

Each row represents one workspace event:
ColumnDescription
SelectCheckbox for individual or batch selection
MemberActor that triggered the event (a user identity or system)
ActionEvent key in category.action format, e.g. api_key.created
DescriptionHuman-readable description, often includes context like key prefix, credit amount, or model name
TimestampLocalized date and time
The table is sorted reverse-chronologically by default. All columns are sortable. Data paginates at 200 rows per page — batch selection applies to the current page only. Use the expand icon (top right) to open a fullscreen view for auditing wide descriptions. Search filters across member, category, action, and description simultaneously. To filter by category, type the category name (e.g. webhook, credit, domain).

Event types

The Action column uses category.action format. The Description column adds context like amounts, identifiers, and thresholds.
CategoryActionsWhat it covers
api_keycreated, rotated, revoked, deletedAPI key lifecycle
webhookcreated, updated, disabled, enabled, deleted, delivered, delivery_failed, quarantinedWebhook endpoint changes and delivery outcomes
creditreserve, charge, refund, add, resetCredit reservations, charges, refunds, additions, and resets
credit_alertalert_fired, settings_created, settings_updatedLow-balance alerts and alert threshold changes
generationpending, processing, succeeded, failed, canceled, deletedGeneration lifecycle
subscriptionactive, trialing, past_due, canceled, cancel_scheduled, cancel_reverted, unpaid, paused, item_added, item_updated, item_removedSubscription status and plan item changes
membershipjoined, role_changed, removedTeam membership and role changes
accountupdated, picture_updatedAccount profile updates
invitationsent, revokedTeam invitation lifecycle
ordercreated, status_changed, item_added, item_updated, item_removedOne-time payment orders
billingcreatedBilling customer creation
notificationreceived, dismissedNotification delivery and dismissal
authsignup, signinSign-up and sign-in events
domaindomain_created, domain_activated, domain_pending, domain_removing, domain_failed, domain_removedCustom domain lifecycle
consentaccepted, rejected, partial, withdrawnCookie consent actions
bug_reportsubmitted, status_changedBug report creation and status updates

Example entries

Action keyDescription rendered
api_key.createdAPI key "key-name" (bye_XXXXX...) was created
webhook.deliveredWebhook delivered: generation.completed
webhook.disabledWebhook endpoint was temporarily disabled
credit.chargeCharged 0.004 credits for bfl/flux-schnell
credit.refundRefunded 0.012 credits for bfl/flux-schnell
credit_alert.alert_firedLow balance alert fired: balance $8.5 dropped below $10 threshold
credit_alert.settings_updatedCredit alert settings updated: enabled=true, thresholds={10,5,1}
generation.processingGeneration processing - bytedance/seedance-1-pro
generation.succeededGeneration succeeded - bfl/flux-schnell
membership.role_changedMember role changed to owner
domain.domain_removedCustom domain removed: api.example.com
consent.acceptedAll cookie categories accepted (via banner)

Retention

Activity rows are automatically purged after the retention window for your plan:
PlanRetention
Free1 day
Starter7 days
Pro30 days
Scale180 days
Enterprise1 year

Export

Select rows using the checkbox column, then open Actions (shows Actions (n) when rows are selected). Attempting to export with no rows selected shows a Select rows first error.
ActionResult
Copy as CSVCopies selected rows as CSV to clipboard
Copy as JSONCopies selected rows as JSON to clipboard
Export as CSVDownloads activity.csv
Export as JSONDownloads activity.json
Use CSV for spreadsheet-based compliance auditing. Use JSON for typed data or programmatic ingestion.

Exported fields

FieldDescription
event_idUnique event identifier
actorUser or system that triggered the event
categoryEvent category
actionEvent action
descriptionHuman-readable description
timestampUTC event timestamp