Search the audit log
action1_audit_log_searchSearch audit events with optional time range and substring filters on user, event type, or target to retrieve logs efficiently.
Instructions
Search /audit/events with optional time range and client-side substring filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max items. | |
| cursor | No | Pagination cursor. | |
| to_time | No | ISO-8601 upper bound. | |
| from_time | No | ISO-8601 lower bound. | |
| user_substring | No | Filter by user. | |
| response_format | No | Output format. Default markdown. | |
| target_substring | No | Filter by target. | |
| event_type_substring | No | Filter by event_type. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| count | Yes | ||
| items | Yes | ||
| total | No | ||
| has_more | No | ||
| next_cursor | No |