get_opportunity
Retrieve a single CRM opportunity by numeric ID, returning the full record with value, milestone, owner, party, and embedded tags or custom fields. Use embed to include tags and fields in one request.
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 | Yes | ||
| embed | No | Comma-separated embeds. Valid tokens: tags, fields, party, milestone, missingImportantFields. |