list_audit_events
List Lever audit events for security and access investigations. This endpoint is a Lever add-on. Default output summarizes meta keys; full meta requires a reason.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Filter returned events to a single event type. | |
| limit | No | Results per page. Lever accepts 1-100; default is endpoint-specific. | |
| cursor | No | Lever pagination offset token from a previous response. Use next_cursor from the prior tool result. | |
| reason | No | Required when detail_profile requests contact, content, values, or full details. | |
| user_id | No | Filter by acting user ID, or literal null for no-user events. | |
| target_id | No | Filter by target resource ID. Requires target_type in Lever. | |
| target_type | No | Filter by target resource type. | |
| created_at_end | No | ||
| detail_profile | No | operational returns an operations view; full returns the raw endpoint payload. | operational |
| created_at_start | No | Unix timestamp in milliseconds. |