Application Logs
The Logs page of the Clerk Dashboard provides a detailed audit trail of events that occur within your instance. Application Logs track actions such as sign-ins, sign-ups, user updates, organization changes, and more — enabling debugging, compliance, and observability.
Viewing and filtering logs
The Application Logs page displays a reverse-chronological feed of events. You can narrow the results using the following filters:
- Event type: Filter by event type (e.g.,
user.created,sign_in.completed). Supports trailing wildcards (e.g.,sign_in.*). - Actor: Filter by the user or API key that triggered the event.
- Subject: Filter by the resource ID being acted upon (e.g., a user ID or organization ID).
- Trace ID: Filter by distributed trace ID for correlating events across systems.
- Device: Filter by device ID.
- Date range: Set a time window to scope the results.
For a complete list of event types, see Supported events.
Log detail view
Select any log entry to view its full details, including:
- Event metadata: Event type, timestamp, actor, subject, and source.
- Payload: The full event data as a JSON object, containing the state of the resource at the time of the event.
Plans and retention
Application Logs retention depends on your plan:
Retention periods apply equally to production and development instances.
Supported events
The following tables list all event types that can appear in Application Logs, organized by category. Use these identifiers when filtering logs in the Clerk Dashboard.
Device events
Sign-up events
Enumeration events
Verification events
CAPTCHA events
Sign-in events
Password events
Verification events
Factor events
CAPTCHA events
User events
External account events
MFA events
Password events
Profile image events
Passkey events
Session events
SCIM events
Organization events
Membership events
Invitation events
Membership request events
Suggestion events
Domain events
Billing events
Email address events
Phone number events
Web3 wallet events
OAuth events
Invitation events
Actor token events
Sign-in token events
Agent task events
Waitlist events
Feedback
Last updated on