Get audit log
get_audit_logRetrieve Discord's audit log to review past administrative actions like channel creation or member bans. Filter by action type or user to investigate specific events.
Instructions
Discord's historical record of administrative actions: who did what, to what, when, and why. Use this to investigate what already happened; for activity as it happens use subscribe_events. Filter by action name (like channel_create, member_ban_add, message_delete) or by the acting user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guild | No | Guild (server) name or ID. Omit to use the default guild. | |
| action | No | Action name filter, like channel_delete or member_kick. | |
| user | No | Only entries by this user (name or ID). | |
| limit | No | Max entries. Default 25. |