get_opportunity
Retrieve a single opportunity record by numeric ID, including value, milestone, owner, party, and embedded tags or 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 10 opportunities at once, use get_opportunities instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| embed | No | Comma-separated embeds, e.g. 'tags,fields' |