audit_query
Query audit logs to monitor AI agent activities, filter by agent ID, event type, outcome, or time range for security and compliance tracking.
Instructions
Query the audit log. Filter by agent_id, event_type, outcome, or time range.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id_filter | No | Filter entries by this agent ID (optional) | |
| event_type_filter | No | Filter by event type (optional) | |
| outcome_filter | No | Filter by outcome: success, failure, denied (optional) | |
| since_iso | No | ISO 8601 timestamp — return entries at or after this time (optional) | |
| limit | No | Maximum number of entries to return (default: 100) |