list_threads
Fetch conversation threads (inbound and outbound) sorted by recency. Filter by inboxId to limit results.
Instructions
List conversation threads (inbound + outbound joined), most recent first. Filter by inboxId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max items to return (default 25, max 100). | |
| cursor | No | Opaque pagination cursor from a prior response's nextCursor. | |
| sender | No | Product/sender externalId sent as X-Drin-Sender. Required only for account-wide API keys; overrides the server's default sender. | |
| inboxId | No | Narrow to one inbox. |