get_organization
Retrieve comprehensive details of a specific organization from Pipedrive by providing its ID, including all custom fields.
Instructions
Get a single organization by ID.
Retrieves comprehensive information about a specific organization including all custom fields.
Args: org_id: The Pipedrive organization ID
Returns: JSON object with organization details
Examples: - get_organization(org_id=789) - Get organization with ID 789
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |