pipedrive_list_projects
Retrieve Pipedrive projects with filters for board, phase, or status. Get paginated results to manage project listings.
Instructions
List projects from Pipedrive with optional filtering by board, phase, or status. Returns paginated results. (Requires the Projects add-on; Projects API is in public beta.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of items to return (1-100, default 50) | |
| cursor | No | Cursor for pagination (from previous response) | |
| status | No | Filter by project status (e.g. open, completed, canceled, deleted) | |
| phase_id | No | Filter by phase ID | |
| filter_id | No | Filter by saved filter ID |