island_list_admin_actions
Retrieve administrator actions from the Island Management Console within a time window, newest first. Filter by policy, user, or role changes using optional start and end times.
Instructions
List actions taken by administrators in the Island Management Console (e.g. policy changes, user/role changes) within a time window, newest first. Use start/end to bound the window; omit both for Island's server-side default window.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | Inclusive upper bound, ISO 8601. Defaults to now when omitted. | |
| limit | No | Items per page. Defaults to 100. | |
| start | No | Inclusive lower bound, ISO 8601 (e.g. 2026-09-01T00:00:00Z). Island applies a server-side default window when omitted. | |
| offset | No | Pagination offset (0-based). Defaults to 0. |