list_threads
Retrieve paginated email threads filtered by inbox or domain. Returns summaries with subject, message count, and last activity.
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 |
|---|---|---|---|
| limit | No | ||
| order | No | desc | |
| cursor | No | ||
| inbox_id | No | ||
| domain_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |