admin_events
Retrieve recent admin and configuration-change events from identity providers, showing who changed what and from where. Filter by target and limit results for precise auditing.
Instructions
[READ] Recent admin/config-change events (who changed what, from where).
Args: max_results: Page bound (default 200, max 500). target: IdP target name from config; omit for the default.
Returns {"events": [...], "returned": N, "limit": L, "truncated": bool}, with truncated measured rather than guessed. On authentik the single event feed is post-filtered to admin actions, so truncated also reports feed rows that were never examined.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | ||
| max_results | No |