list_opportunity_entries
Retrieve timeline entries (notes, emails, completed tasks) for an opportunity, sorted newest first. Use to view the latest activity on a specific deal.
Instructions
List timeline entries (notes, captured emails, completed-task records) for an opportunity. Returns entries newest-first. Each entry has a type ('note', 'email', 'task'), free-text content, and timestamps. Use this to answer 'what's the latest on deal X?' For party or project timelines, use list_party_entries or list_project_entries respectively.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| opportunityId | No | ||
| page | No | ||
| perPage | No | ||
| embed | No | Comma-separated embeds, e.g. 'attachments,participants' |