inforcer_audit_search
Search Inforcer activity logs to retrieve audit events. Filter by date range or event type, with paging for large result sets.
Instructions
Search the Inforcer activity (audit) log. All filters are optional; returns a page of events plus a continuation token for paging. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date_to | No | ISO-8601 end of the date range | |
| date_from | No | ISO-8601 start of the date range | |
| page_size | No | Max events per page | |
| event_types | No | Filter to these audit event types (see inforcer_audit_event_types) | |
| continuation_token | No | Pagination cursor from a prior page |