pipedrive_list_tasks
List tasks across all projects using optional filters for project, assignee, done status, milestone, or parent task. Enables cross-project task queries beyond a single project.
Instructions
General task query across all projects, with optional project_id, assignee_id, done/milestone, and parent filters. Use for anything beyond a single project's full task list. (Projects add-on; Projects API in public beta.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Cursor for pagination (from previous response) | |
| limit | No | Number of items (1-100, default 50) | |
| is_done | No | Filter by done status | |
| is_milestone | No | Filter by milestone status | |
| assignee_id | No | Filter by assignee user ID | |
| project_id | No | Filter by project ID | |
| parent_task_id | No | Filter by parent task ID. Use the literal string "null" to return only root-level tasks. |