list_attachments
Query iMessage attachments by contact, file type, or date range to retrieve metadata for images, videos, audio, and documents.
Instructions
Query message attachments (images, videos, audio, documents) with filtering by contact, MIME type, and date range. Returns file metadata, not file contents.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contact | No | Filter by contact handle | |
| mime_type | No | Filter by MIME type prefix (e.g. 'image/', 'video/', 'audio/') | |
| date_from | No | Start date (ISO) | |
| date_to | No | End date (ISO) | |
| limit | No | Max results (default 50, max 500) | |
| offset | No | Pagination offset |