Audit logs
Searching by target, executor, or action
How filters combine and how pagination works.
You can combine three filters: target user, executor user, and action type. Any combination works; leaving a field empty means "no filter on this dimension."
discord/audit search target:@kiaan executor:@modjane actionType:Member Ban Add limit:50
Pagination behavior#
When filtering by target only, Discord's API has no native target filter. Auditer fetches up to 10 pages of 100 entries (1,000 total), then filters in memory. When filtering by executor, Discord supports server-side filtering, so a single page is usually enough.
Action type reference#
Run /audit types to see every supported action category, organized by Guild Management, Member Management, Role Management, Moderation, Integrations, and Other.
Exporting#
On the dashboard, click "Export CSV" in the top-right of the Audit Logs page to download the current filtered view as a CSV file.