deals_get
Retrieve complete details of a Pipedrive deal by ID, including custom fields and associated person, organization, pipeline, and stage information.
Instructions
Get detailed information about a specific deal by ID.
Retrieves complete information about a single deal, including all custom fields.
Workflow tips:
Use deals/search or deals/list to find deal IDs first
Response includes person, organization, pipeline, and stage information
Cached for 5 minutes for better performance
Common use cases:
Get deal details: { "id": 123 }
Check deal status before updating
Retrieve deal information for analysis
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the deal to retrieve |