list_conversations
Fetch SMS conversation threads for a specific DID, filter to unread messages, and paginate through results.
Instructions
List conversation threads for an SMS DID. Optional unread_only, cursor, limit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| did | Yes | SMS DID number | |
| limit | No | Page size | |
| cursor | No | Pagination cursor | |
| unread_only | No | Only unread threads |