list_messages
Get all messages from an OwnerRez conversation thread. Filter by date, include drafts or attachments, and set a result cap to manage message history.
Instructions
List the messages in a conversation thread.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_items | No | Safety cap on results. | |
| since_utc | No | Only messages on/after this UTC time (ISO-8601). | |
| thread_id | Yes | The OwnerRez conversation/thread ID (``threadId``). | |
| include_drafts | No | Include unsent draft messages. | |
| include_attachments | No | Include attachment URLs. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||