get_entry
Retrieve the full content of a timeline entry by its numeric ID. Returns complete details for notes, captured emails, or completed tasks.
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 | No | ||
| embed | No | Comma-separated embeds, e.g. 'attachments,participants' |