get_recent_changes
Retrieve nodes created or modified within a specified time period in Dynalist documents to track updates and changes.
Instructions
Get nodes created or modified within a time period. WARNING: Long time periods with active documents can return many words.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Dynalist URL | |
| file_id | No | Document ID (alternative to URL) | |
| since | Yes | Start date - ISO string (e.g. '2024-01-15') or timestamp in milliseconds | |
| until | No | End date - ISO string or timestamp (default: now) | |
| type | No | Filter by change type | modified |
| parent_levels | No | How many parent levels to include for context | |
| sort | No | Sort order by timestamp | newest_first |
| bypass_warning | No | ONLY use after receiving a size warning. Do NOT set true on first request. |