todoist_activity_by_project
Retrieve activity logs for a Todoist project to audit changes, including tasks added, completed, or deleted, and filter by event type or date range.
Instructions
Get Todoist activity log for a specific project. Returns all events (tasks added/completed/deleted, comments, etc.) related to the project. Useful for project auditing and tracking project-specific changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | The project ID to get activity for (required) | |
| event_type | No | Filter by event type | |
| object_type | No | Filter by object type within the project | |
| since | No | Return events after this date/time (ISO 8601 format) | |
| until | No | Return events before this date/time (ISO 8601 format) | |
| limit | No | Maximum number of events to return (default: 30, max: 100) | |
| offset | No | Number of events to skip for pagination |