pipedrive_list_organizations
Retrieve organizations from Pipedrive CRM with filters by owner, name initial, or custom fields. Supports pagination and sorting for flexible data access.
Instructions
List organizations from Pipedrive with optional filtering by owner or first letter of name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Cursor for pagination | |
| limit | No | Number of items (1-100) | |
| filter_id | No | Filter by saved filter ID | |
| ids | No | Comma-separated organization IDs to fetch (max 100) | |
| owner_id | No | Filter by owner user ID | |
| updated_since | No | Filter organizations updated after this time (RFC3339 format) | |
| updated_until | No | Filter organizations updated before this time (RFC3339 format) | |
| sort_by | No | Field to sort by | |
| sort_direction | No | Sort direction | |
| include_fields | No | Include additional data in response | |
| custom_fields | No | Include custom fields in response (comma-separated field keys or 'all') |