activities_list_all_auto
Automatically retrieve all activities from Pipedrive without manual pagination. Filter by user, type, status, or date range.
Instructions
Automatically fetch all activities across all pages. Use this when you need complete data without manual pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| done | No | Filter by done status (true for done, false for not done) | |
| type | No | Activity type | |
| user_id | No | Filter by user ID | |
| end_date | No | End date filter (YYYY-MM-DD) | |
| max_items | No | Maximum number of items to fetch | |
| start_date | No | Start date filter (YYYY-MM-DD) |