> ## Documentation Index
> Fetch the complete documentation index at: https://docs.privy.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Activity logs

> Review organization-wide activity logs for Privy Dashboard activity

Activity logs provide an organization-wide record of actions taken in the Privy Dashboard. Use them
to review changes to organization settings and any app in the organization.

## View activity logs

1. Sign in to the [Privy Dashboard](https://dashboard.privy.io/)
2. Open **Account**
3. Select **Activity logs**

Activity logs are also available at
[Activity logs](https://dashboard.privy.io/organization?organization=activity).

## What activity logs record

Activity logs include account-level activity and activity from every app in the organization.
Recorded activity includes:

* Team member invitations, removals, and role changes
* App creation and promotion
* Changes to authentication and security configuration, such as SSO, MFA, allowlists, denylists,
  and OAuth settings
* User and wallet management actions, including wallet archival and restoration
* Webhook endpoint creation, updates, deletion, test sends, verification key retrieval, and message
  resends

Each entry identifies the event type, related app when applicable, timestamp, and event details.
When available, opening an entry also shows the actor's email address and Dashboard role.

<Info>Access to activity logs depends on the team member's Dashboard permissions.</Info>

## Review app-specific webhook history

In addition to organization-level Activity logs, Privy provides **Webhooks history** for apps with
a configured webhook endpoint. It provides an app-specific record of outbound webhook messages.
The events shown depend on the endpoint's subscriptions. Security-relevant event types include
`user.authenticated`, `mfa.enabled`, `mfa.disabled`, `wallet.private_key_export`,
`wallet.seed_phrase_export`, and `wallet.recovered`.

To view it, select the app in the Privy Dashboard and open **Webhooks history** from the sidebar.

Each message shows its event type, Svix message ID, timestamp, and delivery status. Opening a
message shows its payload. Filter by event type or search by message ID.

<Tip>
  Use Activity logs to investigate Dashboard configuration changes. Use **Webhooks history** to
  investigate app-specific outbound webhook messages.
</Tip>
