Query Audit Events
query_audit_eventsRetrieve advanced audit events filtered by action, time range, target ID, and pagination for debugging or compliance purposes.
Instructions
Advanced audit query by action/time/target. For normal users prefer memory_activity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return. | |
| scope | No | Optional scope that narrows memory access; leave blank for the token default. | |
| since | No | Only include memories or activity on or after this ISO 8601 timestamp. | |
| until | No | Only include memories or activity on or before this ISO 8601 timestamp. | |
| action | No | Usage action or audit-event action filter, depending on the tool. | |
| bucket | No | Memory bucket or namespace to read from or write to; use % only for tools that support wildcard reads. | |
| offset | No | Number of matching records to skip for pagination. | |
| target_id | No | Optional audit target ID to filter audit events. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |