elog_get_entry
Retrieve a complete logbook entry by its ID, including full body text, attachments, threading, and canonical URL.
Instructions
Read one logbook entry in full: all attributes, complete body, attachments.
Args: logbook: Name of the logbook containing the entry. entry_id: Numeric message ID of the entry.
Returns the full entry record including the untruncated body text, threading info (reply_to / in_reply_to) and the canonical web URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| logbook | Yes | ||
| entry_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||