crm_search_by_timeline
Find CRM records modified within a date range using timeline events. Filter by action type, user, and paginate results for audit trails and change tracking.
Instructions
Search records by timeline events - find records modified within date ranges\n\nPrerequisites: None - timeline-based discovery tool\nNext Steps: Use crm_get_timeline for detailed analysis → crm_get_field_changes for specific tracking\nUse Cases: Recent activity analysis, audit trails, change tracking\nError Recovery: If no results, try broader date range or different action types
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination | |
| action | No | Filter by action type | |
| date_to | No | End date (YYYY-MM-DD or ISO 8601) | |
| per_page | No | Records per page (max 200) | |
| date_from | Yes | Start date (YYYY-MM-DD or ISO 8601) | |
| modified_by | No | Filter by user who made changes | |
| module_name | Yes | Module name (standard or custom) |