missive_list_conversation_comments
Retrieve comments from a Missive conversation, ordered newest first. Use pagination with the oldest comment's creation date to fetch more results.
Instructions
Lists comments in a conversation (GET /conversations/:id/comments), newest first. Paginate with until = created_at of the oldest comment from the previous page. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of comments to return. Default 10, max 10. | |
| until | No | Unix timestamp: the `created_at` of the oldest comment from the previous page. | |
| conversation_id | Yes | The conversation UUID to list comments from. |