get_edited_messages
Retrieve edited or unsent iMessages by searching date_retracted and date_edited columns. Filter by contact, date range, and edit type to analyze message modifications.
Instructions
Find edited and unsent (retracted) messages. Queries date_retracted and date_edited columns. Returns message list with timestamps and per-contact stats.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contact | No | Filter by contact handle or name | |
| type | No | Type of edit to search for (default: both) | |
| date_from | No | Start date (ISO) | |
| date_to | No | End date (ISO) | |
| limit | No | Max results (default 50, max 500) |