pipedrive_list_products
Retrieve a list of products from Pipedrive, filtered by owner, IDs, or saved filter for targeted data access.
Instructions
List products from Pipedrive with optional filtering by owner, IDs, or filter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Cursor for pagination | |
| limit | No | Number of items (1-100) | |
| owner_id | No | Filter by owner user ID | |
| ids | No | Comma-separated product IDs to fetch (max 100) | |
| filter_id | No | Filter by saved filter ID | |
| sort_by | No | Field to sort by | |
| sort_direction | No | Sort direction | |
| updated_since | No | Filter products updated after this time (RFC3339 format) | |
| custom_fields | No | Include custom fields in response (comma-separated field keys, max 15) |