get_message
Retrieve full message details, including attachments and delivery times, using a message ID from prior searches or chat history.
Instructions
Read one message in full, including attachments and delivery times.
Args:
message_id: Message id from search_messages or get_chat_messages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| date | No | ||
| guid | Yes | ||
| text | No | ||
| sender | No | ||
| chat_id | No | ||
| is_read | No | ||
| service | No | ||
| tapback | No | ||
| chat_name | No | ||
| date_read | No | ||
| is_edited | No | ||
| is_unsent | No | ||
| is_from_me | No | ||
| attachments | No | ||
| sender_name | No | ||
| reply_to_guid | No | ||
| date_delivered | No | ||
| has_attachments | No |