# Audit Dashboard activity with Admin Logs

The Clerk Dashboard now has [**Admin Logs**](https://dashboard.clerk.com/~/admin-logs): an audit trail of the configuration changes made across your workspace — from the Dashboard, the Backend API, or the Platform API. Admin Logs track actions like creating OAuth applications, updating instance settings, rotating secrets, and managing Roles and Permissions, [and more](https://clerk.com/docs/guides/dashboard/logs/admin-logs.md).

## Filtering and search

The logs page shows a reverse-chronological feed of events. Each entry lists a description of what happened (e.g., "Brandon Romano created a user"), the application it happened in (when applicable), the originating IP address with a country flag (when available), and the timestamp. Select any entry to see its full details.

You can narrow the feed with filters:

- **Event type** — Filter by event type (e.g., `oauth_application.updated`, `domain.created`). Supports trailing wildcards (e.g., `oauth_application.*`).
- **Instance** — Filter by the instance the action targeted.
- **Application** — Filter by the application the action targeted.
- **Actor** — Filter by the actor that triggered the event.
- **IP address** — Filter by the IP address the action originated from.
- **Time range** — Scope results to a specific time window.

## Get started

Admin Logs are available on the Business and Enterprise plans — see the [pricing page](https://clerk.com/pricing) for details. They start recording on August 24, 2026; actions before that date aren't included. Open [**Admin Logs**](https://dashboard.clerk.com/~/admin-logs) in the Clerk Dashboard, or read the [docs](https://clerk.com/docs/guides/dashboard/logs/admin-logs.md).

### Going forward

Admin Logs join [Application Logs](https://clerk.com/changelog/2026-05-06-application-logs.md) and [Email Logs](https://clerk.com/changelog/2026-06-01-email-logs-public-beta.md) in Clerk's ongoing observability work.
