get_opportunity
Retrieve a complete opportunity by numeric ID, returning value, milestone, owner, party, and optional tags/custom fields via embed for a single round-trip.
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. Valid tokens: tags, fields, party, milestone, missingImportantFields. |