products_list_all_auto
Automatically retrieve all products from Pipedrive without manual pagination. Supports filters by owner, saved filter, or first character of name.
Instructions
Automatically fetch ALL products using pagination.
This tool handles pagination automatically and returns all products matching the filters. Use this when you need the complete list without managing pagination manually.
Warning: This can return a large dataset if you have many products.
Supports the same filters as products/list:
user_id: Filter by owner
filter_id: Apply a saved filter
first_char: Filter by first character of name
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | No | Filter by owner user ID | |
| filter_id | No | Filter ID to apply | |
| first_char | No | Filter by first character of name (e.g., "A", "B") |