twprojects-list_message_replies
Retrieve replies under a message thread filtered by project ID, message ID, or search term. Paginate results.
Instructions
List replies under a message thread. Filter by message_ids or project_ids.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination of results. | |
| verbose | No | If false, returns id + name only — useful when scanning many results. | |
| page_size | No | Number of results per page for pagination. | |
| message_ids | No | Filter by message. | |
| project_ids | No | Filter by project. | |
| search_term | No | A search term to filter message replies by body or title. Each word from the search term is used to match against the message reply body or title. The message reply will be selected if each word of the term matches the message reply body or title, not requiring that the word matches are in the same field. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| meta | No | ||
| messageReplies | No |