get_deal
Retrieve complete details of a Pipedrive deal by ID, including custom fields, owner, pipeline stage, and related entities.
Instructions
Get a single deal by ID with all details.
Retrieves comprehensive information about a specific deal including all custom fields, owner info, pipeline stage, and related entities.
Args: deal_id: The Pipedrive deal ID
Returns: JSON object with deal details
Examples: - get_deal(deal_id=123) - Get deal with ID 123
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deal_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |