List Threads
list_threadsRetrieve conversation threads from an inbox. Threads group related emails using headers or subject matching, returning newest threads first.
Instructions
List conversation threads for an inbox. Threads group related emails by In-Reply-To/References headers or subject matching. Returns newest threads first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max threads to return (default: 20, max: 50) | |
| cursor | No | Pagination cursor from previous response | |
| inbox_id | Yes | Inbox ID (e.g. ibx_...) |