View History
file_organizer_view_historyView and filter file organization history by date, operation, status, or source. Use privacy_mode to control output detail.
Instructions
View the history of file organization operations. Supports filtering by date range, operation type, status, and source. Use privacy_mode to control output detail level.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of entries to return | |
| since | No | ISO date string - return entries after this time | |
| until | No | ISO date string - return entries before this time | |
| source | No | Filter by operation source | |
| status | No | Filter by operation status | |
| operation | No | Filter by operation name | |
| privacy_mode | No | Privacy mode for output: full (all details), redacted (paths hidden), none (minimal info) | |
| response_format | No | Output format: "markdown" for human-readable, "json" for programmatic use | markdown |