List Messages
list_messagesRetrieve messages within a specific thread by providing the thread ID. Ideal for viewing conversation content without participant metadata.
Instructions
List messages inside a thread without the surrounding conversation metadata. Use get_conversation instead when you also want the participant list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Items per page (default: 25) | |
| fields | No | Comma-separated fields. Default: id,created_time,from,to,message,attachments | |
| max_pages | No | Pages to auto-follow (default: 1) | |
| conversation_id | Yes | Thread ID (looks like "t_1234567890"). |