get_organizations
Retrieve all organizations from Pipedrive with their details; optionally apply a saved filter for custom field filtering.
Instructions
Get all organizations from Pipedrive.
Retrieves all organizations/companies with their details. Use filter_id to apply a saved filter for custom field filtering.
Args: filter_id: ID of a saved filter from Pipedrive (use get_filters to see available filters) limit: Maximum number of organizations to return (default: 500)
Returns: JSON array of organizations
Examples: - get_organizations() - Get all organizations - get_organizations(limit=100) - Get first 100 organizations - get_organizations(filter_id=8) - Get organizations matching saved filter #8
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter_id | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |