list_admin_events
Retrieve a list of admin events for a specified Keycloak realm, with filters for operation type, date range, and more.
Instructions
List admin events for the realm.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| realm | Yes | Realm name | |
| operationTypes | No | Operation types to filter by | |
| authRealm | No | Auth realm to filter by | |
| authClient | No | Auth client to filter by | |
| authUser | No | Auth user to filter by | |
| authIpAddress | No | Auth IP address to filter by | |
| resourcePath | No | Resource path to filter by | |
| dateFrom | No | Date from (inclusive) | |
| dateTo | No | Date to (inclusive) | |
| first | No | Pagination offset | |
| max | No | Maximum results size |