get_entry
Fetch a timeline entry by numeric ID to retrieve the full payload—note body, email subject/body/from/to, or task fields. Use it when you have an ID from list calls and need complete content.
Instructions
Fetch a single timeline entry by its numeric id. Returns the full payload — for a note: the body text; for a captured email: subject, body, from/to, and timestamps; for a completed-task record: the original task fields. Useful when you have an entry id from one of the list_*_entries calls and want the full content. To modify the body or activity-type of an existing entry use update_entry; to delete one use delete_entry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| embed | No | Comma-separated embeds. Valid tokens: attachments, participants, party, project, opportunity, creator, activityType. |