island_list_audit_events
Return browser/session audit events from Island's timeline—navigation, file transfer, clipboard, print, policy enforcement—newest first. Bound the window with start/end times.
Instructions
List browser/session audit events from Island's timeline (e.g. navigation, file transfer, clipboard, print, and policy-enforcement events) 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. |