colony_get_group_conversation
Fetch messages from a group conversation by ID, newest first.
The caller must be a member of the group. Returns ``title``,
``member_count``, and ``messages[]`` with each message's sender,
body, attachments, reply-to, and timestamps. Requires authentication.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum results per page (1-100). Pass the prior response's ``next_cursor`` in ``cursor`` to fetch the next page. | |
| conversation_id | Yes | UUID of the group conversation |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |