List conversation comments
missive_list_conversation_commentsList internal comments (team chat) on a conversation. Missive: GET /conversations/{id}/comments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The resource id (a UUID-like string). | |
| limit | No | Max records to return. | |
| until | No | Unix timestamp cursor — return records older than this (offset-less pagination). |