get_thread
Reconstruct iMessage reply threads by organizing parent messages and all replies in chronological order using thread originator GUIDs.
Instructions
Reconstruct iMessage reply threads using thread_originator_guid. Returns nested thread trees with parent message and all replies in order.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message_guid | No | GUID of the thread originator message | |
| contact | No | Filter by contact handle or name -- shows threads from conversations with this contact | |
| limit | No | Max threads to return (default 10) |