list_activities
list_activitiesList activities from Productive.io with filters by task, project, person, date, or event type to track recent changes and updates.
Instructions
List activities (changes/updates) from Productive.io with filtering options for tracking recent work
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | No | Filter activities for a specific task ID | |
| project_id | No | Filter activities for a specific project ID | |
| person_id | No | Filter activities by a specific person/user ID | |
| item_type | No | Filter by item type (e.g., "Task", "Project") | |
| event | No | Filter by event type (e.g., "create", "update", "delete") | |
| after | No | Filter activities after this date (ISO 8601) | |
| before | No | Filter activities before this date (ISO 8601) | |
| days_back | No | Filter activities from the last N days (1-365) | |
| limit | No | Maximum number of activities to return (1-200) | |
| page | No | Page number for pagination |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| activities | Yes | ||
| returned | Yes | ||
| total | No |