get_read_receipts
Analyze iMessage read receipts to track delivery times, identify reading patterns, and measure response latency across contacts.
Instructions
Read receipt and delivery timing analytics: per-contact read latency stats, unread patterns, fastest/slowest readers. Queries date_read and date_delivered columns.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contact | No | Filter by contact handle or name | |
| date_from | No | Start date (ISO) | |
| date_to | No | End date (ISO) | |
| limit | No | Max contacts to show (default 20) |