list_messages
Retrieve and paginate SMS/MMS conversation history between specified phone numbers, filtering by date range to access message data chronologically.
Instructions
List messages for a specific phone number and conversation participant. Returns messages in chronological order with pagination.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| phoneNumberId | Yes | Quo phone number ID (PN...) | |
| participants | Yes | Phone numbers of the other party in E.164 format | |
| maxResults | No | Max results per page (1-100, default 20) | |
| createdAfter | No | ISO 8601 datetime — only messages after this time | |
| createdBefore | No | ISO 8601 datetime — only messages before this time | |
| pageToken | No | Pagination token from previous response |