Get the panel-wide admin activity log
calagopus_get_activityReview panel-wide admin audit logs, newest first, to track user actions. Filter by user, search text, or page through results to investigate activity.
Instructions
Panel-wide admin audit log, most recent first. Optionally scope to one user with user. Requires activity.read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number. | |
| user | No | Filter to a single user UUID. | |
| detail | No | summary returns the useful fields only; full returns the panel's complete record, which can be very large (a single server is ~15 KB, an egg ~13 KB). | summary |
| search | No | Free-text filter applied by the panel across the record's searchable columns. | |
| per_page | No | Records per page (max 100). |