get_opportunity
Retrieve a single opportunity record by its numeric ID, including value, milestone, owner, party, and optional embedded tags and custom fields.
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' |