pipedrive_list_project_tasks
List tasks for a project by supplying the project ID. Paginate results with cursor and limit parameters.
Instructions
List tasks for a project you already have the ID for — pass only id (the project ID). For broader task queries use pipedrive_list_tasks. (Projects add-on; Projects API in public beta.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Project ID | |
| cursor | No | Cursor for pagination (from previous response) | |
| limit | No | Number of items (1-100, default 50) |