projects_list
List projects from Pipedrive with cursor-based pagination. Filter by status, phase, archive state, or filter ID to retrieve specific project sets.
Instructions
List projects with cursor-based pagination. Returns projects with filtering options by status, phase, and archive state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Items per page (max 500) | |
| cursor | No | Pagination cursor | |
| status | No | Comma-separated statuses (open, completed, canceled, deleted) | |
| phase_id | No | Filter by phase ID | |
| filter_id | No | Filter by filter ID | |
| include_archived | No | Include archived projects |