action | string | Yes | Operation to perform Values: list, export, verify. |
startTime | string | No | Filter entries after this ISO 8601 timestamp (e.g., ‘2025-01-15T00:00:00Z’). |
endTime | string | No | Filter entries before this ISO 8601 timestamp. |
agentId | string | No | Filter to entries from a specific agent. |
operationType | string | No | Filter to a specific operation (e.g., ‘write’, ‘delete’, ‘move’, ‘restore’, ‘create’, ‘append’). |
filePath | string | No | Filter to entries affecting a specific file path. |
toolName | string | No | Filter to entries triggered by a specific MCP tool (e.g., ‘write_file’, ‘delete_file’, ‘upload_session’). Distinct from operationType which is the storage-level operation. |
limit | number | No | Maximum entries to return for ‘list’ action (default: 100, max: 1000). Not used for ‘export’ or ‘verify’. |
format | string | No | Export format: ‘json’ (default) or ‘ndjson’ (newline-delimited JSON). Only used with ‘export’ action. Values: json, ndjson. |
fromSeq | number | No | Starting sequence number for ‘verify’ action. Omit to verify from the beginning. |
toSeq | number | No | Ending sequence number for ‘verify’ action. Omit to verify to the end. |