Skip to main content

How the Action column is shown

The Action column shows the event key as category.action. Examples:
  • api_key.created
  • webhook.delivery_failed
  • subscription.cancel_scheduled
  • domain.domain_activated
The Description column shows the event description recorded for that activity. It can include user-facing context such as credit amounts, model identifiers, webhook event types, thresholds, or API key prefixes.

Current event taxonomy

CategoryAction values currently usedWhat these events mean
api_keycreated, rotated, revoked, deletedAPI key lifecycle changes
webhookcreated, updated, disabled, enabled, deleted, delivered, delivery_failed, quarantinedWebhook endpoint changes and delivery outcomes
creditreserve, charge, refund, add, resetCredit reservation, charges, refunds, additions, and reset events
credit_alertalert_fired, settings_created, settings_updatedLow-balance alerts and alert settings changes
generationpending, processing, succeeded, failed, canceled, deletedGeneration lifecycle and deletion events
subscriptionactive, trialing, past_due, canceled, cancel_scheduled, cancel_reverted, unpaid, paused, item_added, item_updated, item_removedSubscription status changes and subscription item changes
membershipjoined, role_changed, removedTeam membership and role changes
accountupdated, picture_updatedAccount profile updates
invitationsent, revokedTeam invitation lifecycle events
ordercreated, status_changed, item_added, item_updated, item_removedOne-time payment order changes
billingcreatedBilling customer creation
notificationreceived, dismissedNotification delivery and dismissal
authsignup, signinAccount sign-up and sign-in events
domaindomain_created, domain_activated, domain_pending, domain_removing, domain_failed, domain_removedCustom domain lifecycle changes
consentaccepted, rejected, partial, withdrawnCookie consent actions
bug_reportsubmitted, status_changedBug report creation and workflow updates

Common examples

Action keyRendered description
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.pendingGeneration pending
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)
The activity page shows the recorded description value for each row. If you need request-level API history instead of these account events, use Logs.