todoist_activity_by_date_range
Retrieve Todoist activity logs for any date range to track changes and generate activity reports.
Instructions
Get Todoist activity log within a specific date range. Returns all events that occurred between the specified dates. Useful for generating activity reports and reviewing changes over time periods.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | Yes | Start of date range (ISO 8601 format, e.g., 2024-01-01T00:00:00Z) - required | |
| until | Yes | End of date range (ISO 8601 format, e.g., 2024-01-31T23:59:59Z) - required | |
| object_type | No | Filter by object type | |
| event_type | No | Filter by event type | |
| project_id | No | Filter by project ID | |
| limit | No | Maximum number of events to return (default: 30, max: 100) | |
| offset | No | Number of events to skip for pagination |