Search audit logs
axiorank_search_audit_logsSearch your workspace's governance audit trail, newest first, with filters: decision (allow/deny/hold), source (sdk/mcp), agentId, tool name (substring), minimum risk, and a time window (ISO from/to). Payloads are already secret-redacted. Use it to answer questions like "show denied tool calls in the last 24h". Requires the logs:read scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | ISO timestamp: exclusive upper bound on created_at. | |
| from | No | ISO timestamp: inclusive lower bound on created_at. | |
| tool | No | Case-insensitive substring of the tool name. | |
| limit | No | ||
| source | No | ||
| agentId | No | ||
| minRisk | No | ||
| decision | No |