list_threads
Retrieve paginated email thread summaries filtered by inbox or domain. Get subject, message count, and last activity for each conversation.
Instructions
List email threads (conversations) with pagination.
Returns thread summaries: subject, message count, last activity, snippet. Use next_cursor from the response to fetch the next page.
Provide at least one of inbox_id or domain_id.
Args: inbox_id: Filter threads by inbox (recommended) domain_id: Filter threads by domain limit: Results per page, 1-100 (default: 20) cursor: Pagination cursor from a previous response's next_cursor order: "desc" for newest first (default), "asc" for oldest first
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inbox_id | No | ||
| domain_id | No | ||
| limit | No | ||
| cursor | No | ||
| order | No | desc |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |