Read Messages
read-messagesRetrieve iMessage/SMS conversation history by chat ID, with optional date range, message limit, and attachment info.
Instructions
Read message history for a specific iMessage/SMS conversation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | End date (ISO 8601, optional) | |
| limit | No | Number of messages (default 20) | |
| start | No | Start date (ISO 8601, optional) | |
| chatId | Yes | Chat ID (rowid from list-chats) | |
| attachments | No | Include attachment info (default false) |