pipedrive_list_deals
Retrieve Pipedrive deals with optional filters for owner, person, organization, pipeline, stage, or status, and paginated results.
Instructions
List deals from Pipedrive with optional filtering by owner, person, organization, pipeline, stage, or status. Returns paginated results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Comma-separated deal IDs to fetch (max 100) | |
| limit | No | Number of items to return (1-100, default 50) | |
| cursor | No | Cursor for pagination (from previous response) | |
| org_id | No | Filter by linked organization ID | |
| status | No | Filter by deal status (omit to return all non-deleted deals) | |
| sort_by | No | Field to sort by | |
| owner_id | No | Filter by owner user ID | |
| stage_id | No | Filter by stage ID | |
| filter_id | No | Filter by saved filter ID | |
| person_id | No | Filter by linked person ID | |
| pipeline_id | No | Filter by pipeline ID | |
| custom_fields | No | Include custom fields in response (comma-separated field keys or 'all') | |
| updated_since | No | Filter deals updated after this time (RFC3339 format, e.g. 2024-01-01T00:00:00Z) | |
| updated_until | No | Filter deals updated before this time (RFC3339 format) | |
| include_fields | No | Comma-separated extra fields (v2 enum, e.g. next_activity_id, last_activity_id, products_count, files_count, notes_count, followers_count) | |
| sort_direction | No | Sort direction (default: desc) |