List bans
list_bansView a paginated list of currently banned users with their ban reasons. Filter by guild and use cursors to navigate through results efficiently.
Instructions
Current bans with reasons, paged.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | User ID cursor for paging. | |
| guild | No | Guild (server) name or ID. Omit to use the default guild. | |
| limit | No | Max entries. Default 50. |