pipedrive_list_project_tasks
Retrieve tasks for a project by supplying the project ID. Supports pagination with limit and cursor for efficient listing.
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 | |
| limit | No | Number of items (1-100, default 50) | |
| cursor | No | Cursor for pagination (from previous response) |