agentgate_list_audit_logs
Filter and paginate audit log entries to review agent tool call events by action, status, actor, date range, request ID, and event type.
Instructions
List audit log entries with optional filters and pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date (ISO format) | |
| from | No | Start date (ISO format) | |
| actor | No | Filter by actor | |
| limit | No | Max results (default 50, max 100) | |
| action | No | Filter by action | |
| offset | No | Offset for pagination | |
| status | No | Filter by status | |
| eventType | No | Filter by event type | |
| requestId | No | Filter by request ID |