get_entry
Retrieve a full timeline entry by its numeric ID, returning complete content for notes, emails, or tasks. Use with entry IDs from list calls.
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. Valid tokens: attachments, participants. |