deals_get
Retrieve complete deal details including custom fields, person, organization, pipeline, and stage. Use deal ID to get information for analysis or status checks.
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 |