deals_get
Retrieve complete deal information including custom fields, person, organization, pipeline, and stage details by providing the deal ID. Use to check deal status or analyze deal data.
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 |