List audit events
lambda_list_audit_eventsList account audit-log events, optionally filtered by time window and resource type, with page_token pagination. Lambda Cloud REST: GET /api/v1/audit-events.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | Only events at/before this ISO 8601 timestamp. | |
| start | No | Only events at/after this ISO 8601 timestamp. | |
| page_token | No | Pagination token — pass the value returned by a previous page to fetch the next. | |
| resource_type | No | Restrict to events on this resource type (e.g. 'instance', 'filesystem'). |