get_opportunity
Retrieve a complete opportunity record by its numeric ID. Includes value, milestone, owner, party, and optional tags and custom fields with the 'embed' parameter.
Instructions
Fetch a single opportunity by its numeric id. Returns the full record including value, milestone, owner, party, and any embedded tags/custom fields. Use embed='tags,fields' to include those in one round-trip. For batch fetches of up to 50 opportunities at once, use get_opportunities instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| embed | No | Comma-separated embeds, e.g. 'tags,fields' |