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